Merge pull request #758 from Jeff-Ciesielski/cobs

Add COBS package
This commit is contained in:
Dominik Picheta 2018-06-06 17:18:29 +01:00 committed by GitHub
commit 542d51966a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9546,5 +9546,20 @@
"description": "HPACK (Header Compression for HTTP/2)",
"license": "MIT",
"web": "https://github.com/nitely/nim-hpack"
},
{
"name": "cobs",
"url": "https://github.com/keyme/nim_cobs",
"method": "git",
"tags": [
"serialization",
"encoding",
"wireline",
"framing",
"cobs"
],
"description": "Consistent Overhead Byte Stuffing for Nim",
"license": "MIT",
"web": "https://github.com/keyme/nim_cobs"
}
]