diff options
| author | Federico Ceratto <federico.ceratto@gmail.com> | 2018-03-04 13:32:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-04 13:32:06 +0000 |
| commit | f256e381a6767e5d52494a116319ca0d8ca47f47 (patch) | |
| tree | 1c5bbebc62aabce8f8a86b78d2260bb5a301e2be | |
| parent | e1ec88cfd8239e9d0e419b7f09ac477d0031dc75 (diff) | |
| download | packages-f256e381a6767e5d52494a116319ca0d8ca47f47.tar.gz packages-f256e381a6767e5d52494a116319ca0d8ca47f47.zip | |
Add bencode library
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 3b7aff5..a3754fa 100644 --- a/packages.json +++ b/packages.json @@ -8469,5 +8469,17 @@ "description": "Nucleic acid folding and design.", "license": "MIT", "web": "https://github.com/mjendrusch/nimna" + }, + { + "name": "bencode", + "url": "https://github.com/FedericoCeratto/nim-bencode", + "method": "git", + "tags": [ + "library", + "bencode" + ], + "description": "Bencode serialization/deserialization library", + "license": "LGPLv3", + "web": "https://github.com/FedericoCeratto/nim-bencode" } ] |
