aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-10-12 10:37:32 +0100
committerGitHub <noreply@github.com>2017-10-12 10:37:32 +0100
commitc928b8d0e7a8ba77ffabcf6b1a871919a1262e0e (patch)
tree836feb95400d0694475a2742838f5cda5b08d1e1
parent514603a962e678ac0e195b76533fd8729fc0a49e (diff)
parente85a29b5cacd50295c037541b1d8b6571374daa5 (diff)
downloadpackages-c928b8d0e7a8ba77ffabcf6b1a871919a1262e0e.tar.gz
packages-c928b8d0e7a8ba77ffabcf6b1a871919a1262e0e.zip
Merge pull request #598 from ehmry/add-cbor0043
Added package cbor
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 39b6ccb..b79817b 100644
--- a/packages.json
+++ b/packages.json
@@ -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"
}
]