Merge pull request #598 from ehmry/add-cbor0043

Added package cbor
This commit is contained in:
Dominik Picheta 2017-10-12 10:37:32 +01:00 committed by GitHub
commit c928b8d0e7

View File

@ -7396,5 +7396,19 @@
"description": "HTTP Authentication and Authorization",
"license": "LGPLv3",
"web": "https://github.com/FedericoCeratto/nim-httpauth"
},
{
"name": "cbor",
"url": "https://github.com/ehmry/nim-cbor",
"method": "git",
"tags": [
"library",
"cbor",
"binary",
"encoding"
],
"description": "Concise Binary Object Representation decoder (RFC7049).",
"license": "MIT",
"web": "https://github.com/ehmry/nim-cbor"
}
]