From 2c3fbae2a16beefaff0f4e7057aa629f7c3b05d4 Mon Sep 17 00:00:00 2001 From: onox Date: Wed, 18 May 2022 16:46:12 +0200 Subject: [PATCH] json 5.0.2 (#510) --- index/js/json/json-5.0.2.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 index/js/json/json-5.0.2.toml diff --git a/index/js/json/json-5.0.2.toml b/index/js/json/json-5.0.2.toml new file mode 100644 index 00000000..ccc3c0b1 --- /dev/null +++ b/index/js/json/json-5.0.2.toml @@ -0,0 +1,22 @@ +name = "json" +description = "An Ada 2012 library for parsing JSON" +version = "5.0.2" +website = "https://github.com/onox/json-ada" +licenses = "Apache-2.0" +tags = ["json"] + +executables = ["pretty_print"] + +project-files = ["json.gpr", "json_pretty_print.gpr"] + +authors = ["onox"] +maintainers = ["onox "] +maintainers-logins = ["onox"] + +[configuration] +disabled = true + +[origin] +url = "git+https://github.com/onox/json-ada.git" +commit = "d429d7af880ab9ed38d58ac08c1c9a16e7697752" +subdir = "json"