diff options
| author | Bruce Doan <rgv151@gmail.com> | 2016-03-11 15:00:40 +0700 |
|---|---|---|
| committer | Bruce Doan <rgv151@gmail.com> | 2016-03-11 15:00:40 +0700 |
| commit | bc96e283041c6876ff8cc0f9646b2063a9e97fc2 (patch) | |
| tree | 1f8e8b6bb98fd20ba7deef3226f2f72ff48052fe | |
| parent | f8b65fca48964e4c423fd5d08146523d029849af (diff) | |
| download | packages-bc96e283041c6876ff8cc0f9646b2063a9e97fc2.tar.gz packages-bc96e283041c6876ff8cc0f9646b2063a9e97fc2.zip | |
Added package sam
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index a93a99a..012898c 100644 --- a/packages.json +++ b/packages.json @@ -4339,5 +4339,20 @@ "description": "Yet another iterator library", "license": "MIT", "web": "https://github.com/baabelfish/mangle" + }, + { + "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" } ] |
