aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
authorniv <n@e-ix.net>2016-04-10 21:11:58 +0200
committerniv <n@e-ix.net>2016-04-10 21:11:58 +0200
commit75e8a68424b7be6e0b0b76461ec3aba30caf0b50 (patch)
tree90804c433d1813db6e10eead1c210a21ce164b0f /packages.json
parent348a6fa054f9e19f5c1b17520089951bb105d7a6 (diff)
downloadpackages-75e8a68424b7be6e0b0b76461ec3aba30caf0b50.tar.gz
packages-75e8a68424b7be6e0b0b76461ec3aba30caf0b50.zip
Added package jser
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json15
1 files changed, 14 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 4fa5897..3e07884 100644
--- a/packages.json
+++ b/packages.json
@@ -4421,7 +4421,7 @@
"stomp",
"library",
"messaging",
- "events"
+ "events"
],
"description": "A pure-nim implementation of the STOMP protocol for machine messaging.",
"license": "MIT",
@@ -4534,5 +4534,18 @@
"description": "Wrapper to interface with the Python 3 interpreter",
"license": "MIT",
"web": "https://github.com/matkuki/python3"
+ },
+ {
+ "name": "jser",
+ "url": "https://github.com/niv/jser.nim",
+ "method": "git",
+ "tags": [
+ "json",
+ "serialize",
+ "tuple"
+ ],
+ "description": "json de/serializer for tuples and more",
+ "license": "MIT",
+ "web": "https://github.com/niv/jser.nim"
}
]