From f545e1b830db1dc84489ad6967237fde589ee223 Mon Sep 17 00:00:00 2001 From: onox Date: Mon, 29 Mar 2021 18:41:53 +0200 Subject: [PATCH] json 4.0.1 (#266) --- index/js/json/json-4.0.1.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 index/js/json/json-4.0.1.toml diff --git a/index/js/json/json-4.0.1.toml b/index/js/json/json-4.0.1.toml new file mode 100644 index 00000000..a73d9770 --- /dev/null +++ b/index/js/json/json-4.0.1.toml @@ -0,0 +1,21 @@ +name = "json" +description = "An Ada 2012 library for parsing JSON" +version = "4.0.1" +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:60937e87a233ba1986849e838dc84010453dae5930c7dc2fa5fbd7f9c15e5b2c20e8014b9ddf5c08dbce4dfc06747d2744af2b81849636416464fc63cd56f597", +] +url = "https://github.com/onox/json-ada/releases/download/v4.0.1/json-4.0.1.tgz" +