aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjiro <jiroron666@gmail.com>2019-06-21 02:06:56 +0900
committerMiran <narimiran@disroot.org>2019-06-20 19:06:56 +0200
commit29038ddac72de53404883c4b2425f5268d961de5 (patch)
treee1e76f671f0b9ecc76bda64c85406d57e91e2f2a
parent57b66e58ab2aa22c265646a3bde5ea079b9f0b21 (diff)
downloadpackages-29038ddac72de53404883c4b2425f5268d961de5.tar.gz
packages-29038ddac72de53404883c4b2425f5268d961de5.zip
Add package nimjson (#1097)
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 8beec97..e26e8fa 100644
--- a/packages.json
+++ b/packages.json
@@ -13519,5 +13519,20 @@
"description": "Tor helper library",
"license": "LGPLv3",
"web": "https://github.com/FedericoCeratto/nim-tor"
+ },
+ {
+ "name": "nimjson",
+ "url": "https://github.com/jiro4989/nimjson",
+ "method": "git",
+ "tags": [
+ "lib",
+ "cli",
+ "command",
+ "json",
+ "library"
+ ],
+ "description": "nimjson generates nim object definitions from json documents.",
+ "license": "MIT",
+ "web": "https://github.com/jiro4989/nimjson"
}
]