{
  "authors": [
    "Jochen Lillich"
  ],
  "depends-on": [
    {
      "gnat": ">=13"
    }
  ],
  "description": "A strict YAML subset parser for Ada, inspired by StrictYAML",
  "gpr-externals": {
    "TINYAML_STYLE_CHECKS": [
      "-gnaty3abcefhiklmnoprstux",
      "-gnatyN"
    ]
  },
  "gpr-set-externals": {
    "TINYAML_STYLE_CHECKS": "-gnaty3abcefhiklmnoprstux"
  },
  "licenses": "MIT",
  "maintainers": [
    "Jochen Lillich <hello@geewiz.dev>"
  ],
  "maintainers-logins": [
    "geewiz"
  ],
  "name": "tinyaml",
  "origin": {
    "commit": "be50c2ab58613763b6664e100d9ede10c5ef1ec0",
    "url": "git+https://github.com/geewiz/tinyaml_ada.git"
  },
  "tags": [
    "yaml",
    "parser",
    "validation",
    "configuration",
    "strictyaml"
  ],
  "version": "0.2.0",
  "website": "https://github.com/geewiz/tinyaml"
}
