aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 403cdfb..6b797ce 100644
--- a/packages.json
+++ b/packages.json
@@ -5768,5 +5768,19 @@
"description": "Wrapper for libevdev, Linux input device processing library",
"license": "MIT",
"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/"
}
]