aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormuxueqz <zhangmingyuan240@gmail.com>2018-08-22 09:15:49 +0000
committermuxueqz <zhangmingyuan240@gmail.com>2018-08-22 09:15:49 +0000
commitf55cd5422dc1b98ed4fe01ade2210a73ecb6b320 (patch)
tree528657f3e3b68e763bb8252a7cd6edd612286265
parentb46acadf268cda68c680e82e3126f0a933a82ddd (diff)
downloadpackages-f55cd5422dc1b98ed4fe01ade2210a73ecb6b320.tar.gz
packages-f55cd5422dc1b98ed4fe01ade2210a73ecb6b320.zip
Added package nim_cjson
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index f46460f..8b4634d 100644
--- a/packages.json
+++ b/packages.json
@@ -10439,5 +10439,17 @@
],
"description": "Bindings for Miniz lib.",
"license": "MIT"
+ },
+ {
+ "name": "nim_cjson",
+ "url": "https://github.com/muxueqz/nim_cjson",
+ "method": "git",
+ "tags": [
+ "cjson",
+ "json"
+ ],
+ "description": "cjson wrapper for Nim",
+ "license": "MIT",
+ "web": "https://github.com/muxueqz/nim_cjson"
}
]