From f55cd5422dc1b98ed4fe01ade2210a73ecb6b320 Mon Sep 17 00:00:00 2001 From: muxueqz Date: Wed, 22 Aug 2018 09:15:49 +0000 Subject: [PATCH] Added package nim_cjson --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]