Add bencode library

This commit is contained in:
Federico Ceratto 2018-03-04 13:32:06 +00:00 committed by GitHub
parent e1ec88cfd8
commit f256e381a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]