aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index c19c68d..f3bf91c 100644
--- a/packages.json
+++ b/packages.json
@@ -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"
}
]