From f5361238aee029688568ddfb0c61aafe5fd460a3 Mon Sep 17 00:00:00 2001 From: onox Date: Tue, 6 Jul 2021 10:06:53 +0200 Subject: [PATCH] json 5.0.0 (#296) --- index/js/json/json-5.0.0.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 index/js/json/json-5.0.0.toml diff --git a/index/js/json/json-5.0.0.toml b/index/js/json/json-5.0.0.toml new file mode 100644 index 00000000..9705e71d --- /dev/null +++ b/index/js/json/json-5.0.0.toml @@ -0,0 +1,20 @@ +name = "json" +description = "An Ada 2012 library for parsing JSON" +version = "5.0.0" +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"] + +[origin] +hashes = [ +"sha512:436f59e833f62cc2e9e906ad9db0b424d1b3b11f45c486d86d1dc32edfddd445a8a68d72e03306f3851276df3014bef064c0a5811c2cb65fdb6b770e96e490ae", +] +url = "https://github.com/onox/json-ada/releases/download/v5.0.0/json-5.0.0.tgz"