{
  "actions": [
    {
      "command": [
        "./scripts/test-all.sh"
      ],
      "type": "test"
    }
  ],
  "authors": [
    "Yurii Rashkovskii"
  ],
  "build-switches": {
    "*": {
      "Compile_Checks": "warnings"
    }
  },
  "depends-on": [
    {
      "gnat": ">=13 & <17"
    }
  ],
  "description": "Incremental bounded JSON parsing and writing for Ada",
  "licenses": "MIT OR Apache-2.0",
  "maintainers": [
    "Yurii Rashkovskii <yrashk@gmail.com>"
  ],
  "maintainers-logins": [
    "yrashk"
  ],
  "name": "flyology_json",
  "origin": {
    "commit": "3445b7540b89c3d1aa5c55d43b2817fab97710ae",
    "url": "git+https://github.com/flyology-ada/flyology-json.git"
  },
  "tags": [
    "ada",
    "json",
    "streaming",
    "parser",
    "writer"
  ],
  "version": "0.1.0-dev",
  "website": "https://json.flyology.org"
}
