From 3449ca7c430e27d99f204e25b7352730d5d8536d Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Tue, 1 Feb 2022 12:06:59 +0100 Subject: [PATCH] yeison 0.1.0 (#440) * yeison 0.1.0 * Require gnat 11 at least --- index/ye/yeison/yeison-0.1.0.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index/ye/yeison/yeison-0.1.0.toml diff --git a/index/ye/yeison/yeison-0.1.0.toml b/index/ye/yeison/yeison-0.1.0.toml new file mode 100644 index 00000000..ddf51bcb --- /dev/null +++ b/index/ye/yeison/yeison-0.1.0.toml @@ -0,0 +1,18 @@ +name = "yeison" +description = "A JSON-like data structure using Ada 2022 features" +version = "0.1.0" +licenses = "MIT" + +authors = ["Alejandro R. Mosteo"] +maintainers = ["Alejandro R. Mosteo "] +maintainers-logins = ["mosteo"] +tags = ["json", "yaml", "toml", "containers"] +website = "https://github.com/mosteo/yeison" + +[[depends-on]] +gnat = ">=11.2 & <2000" +# Required for Ada2022 features + +[origin] +commit = "054232ad738902e42740936b7e9f2867d0411b09" +url = "git+https://github.com/mosteo/yeison.git"