{
  "authors": [
    "Max Reznik"
  ],
  "build-switches": {
    "*": {
      "ada_version": "Ada2022"
    },
    "development": {
      "contracts": "Yes",
      "optimization": [
        "-O0"
      ],
      "style_checks": [
        "-gnaty"
      ]
    }
  },
  "configuration": {
    "generate_ada": false,
    "generate_c": false,
    "output_dir": "gnat"
  },
  "description": "NMEA 0183 message decoder",
  "licenses": "MIT OR Apache-2.0 WITH LLVM-exception",
  "maintainers": [
    "Max Reznik <reznikmm@gmail.com>"
  ],
  "maintainers-logins": [
    "reznikmm"
  ],
  "name": "nmea_0183",
  "origin": {
    "commit": "6f0c8b4b2d70d703881e8bda3c05c01db357501c",
    "url": "git+https://github.com/reznikmm/nmea-0183.git"
  },
  "project-files": [
    "gnat/nmea_0183.gpr"
  ],
  "tags": [
    "gps",
    "parser"
  ],
  "version": "0.1.0",
  "website": "https://github.com/reznikmm/nmea-0183"
}
