diff --git a/packages.json b/packages.json index fc90aa4..524832f 100644 --- a/packages.json +++ b/packages.json @@ -5769,6 +5769,20 @@ "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/" + }, { "name": "sdnotify", "url": "https://github.com/FedericoCeratto/nim-sdnotify",