Add COBS package
This commit is contained in:
parent
a6e3e09ead
commit
f469650f6d
1 changed files with 15 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue