diff --git a/packages.json b/packages.json index 5a39f36..2b553cd 100644 --- a/packages.json +++ b/packages.json @@ -4360,6 +4360,7 @@ "web": "https://github.com/baabelfish/mangle" }, { +<<<<<<< HEAD "name": "nimshell", "url": "https://github.com/vegansk/nimshell", "method": "git", @@ -4384,5 +4385,20 @@ "description": "A web DSL for Nim", "license": "MIT", "web": "https://github.com/andreaferretti/rosencrantz" + }, + { + "name": "sam", + "url": "https://github.com/OpenSystemsLab/sam.nim", + "method": "git", + "tags": [ + "json", + "binding", + "map", + "dump", + "load" + ], + "description": "Fast and just works JSON-Binding for Nim", + "license": "MIT", + "web": "https://github.com/OpenSystemsLab/sam.nim" } ]