diff --git a/index/ti/tinyaml/tinyaml-0.2.0.toml b/index/ti/tinyaml/tinyaml-0.2.0.toml new file mode 100644 index 00000000..5011307c --- /dev/null +++ b/index/ti/tinyaml/tinyaml-0.2.0.toml @@ -0,0 +1,24 @@ +name = "tinyaml" +description = "A strict YAML subset parser for Ada, inspired by StrictYAML" +version = "0.2.0" + +authors = ["Jochen Lillich"] +maintainers = ["Jochen Lillich "] +maintainers-logins = ["geewiz"] +licenses = "MIT" +website = "https://github.com/geewiz/tinyaml" +tags = ["yaml", "parser", "validation", "configuration", "strictyaml"] + +[gpr-set-externals] +TINYAML_STYLE_CHECKS = "-gnaty3abcefhiklmnoprstux" + +[gpr-externals] +TINYAML_STYLE_CHECKS = ["-gnaty3abcefhiklmnoprstux", "-gnatyN"] + +[[depends-on]] +gnat = ">=13" + +[origin] +commit = "be50c2ab58613763b6664e100d9ede10c5ef1ec0" +url = "git+https://github.com/geewiz/tinyaml_ada.git" +