mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-08 00:53:10 +00:00
Add COBS package
This commit is contained in:
parent
a6e3e09ead
commit
f469650f6d
@ -9546,5 +9546,20 @@
|
|||||||
"description": "HPACK (Header Compression for HTTP/2)",
|
"description": "HPACK (Header Compression for HTTP/2)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/nitely/nim-hpack"
|
"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…
x
Reference in New Issue
Block a user