aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-01-23 18:14:36 +0100
committerGitHub <noreply@github.com>2017-01-23 18:14:36 +0100
commit5af4b6c8704f1b7de8d14971f728d164139ed164 (patch)
treea9b13f72bd2cf02bf7e5a0636d7b34bb61e6a6b9
parent9601645714560ada7a65e6b3325cfaa81d48f0c3 (diff)
parent644aa4633426d71c970898fb4f7a28a4427e31d2 (diff)
downloadpackages-5af4b6c8704f1b7de8d14971f728d164139ed164.tar.gz
packages-5af4b6c8704f1b7de8d14971f728d164139ed164.zip
Merge pull request #458 from xomachine/master
Added NESM - Nim's Easy Serialization Macro
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index fc90aa4..524832f 100644
--- a/packages.json
+++ b/packages.json
@@ -5770,6 +5770,20 @@
"web": "https://github.com/luked99/libevdev.nim"
},
{
+ "name": "nesm",
+ "url": "https://github.com/xomachine/NESM.git",
+ "method": "git",
+ "tags": [
+ "metaprogramming",
+ "parser",
+ "pure",
+ "serialization"
+ ],
+ "description": "A macro for generating [de]serializers for given objects",
+ "license": "MIT",
+ "web": "https://xomachine.github.io/NESM/"
+ },
+ {
"name": "sdnotify",
"url": "https://github.com/FedericoCeratto/nim-sdnotify",
"method": "git",