aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-04-10 21:07:01 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2016-04-10 21:07:01 +0100
commit00cbcbe6ba7519768cacac506f4e810e8686d0c4 (patch)
tree90804c433d1813db6e10eead1c210a21ce164b0f
parent348a6fa054f9e19f5c1b17520089951bb105d7a6 (diff)
parent75e8a68424b7be6e0b0b76461ec3aba30caf0b50 (diff)
downloadpackages-00cbcbe6ba7519768cacac506f4e810e8686d0c4.tar.gz
packages-00cbcbe6ba7519768cacac506f4e810e8686d0c4.zip
Merge pull request #341 from niv/add-jser1911
Add package jser
-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"
}
]