diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-06-06 17:18:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-06 17:18:29 +0100 |
| commit | 542d51966a02c54e1b2216804da7377698a60d87 (patch) | |
| tree | d30766a24236a594e202e9abbca4087f683944db /packages.json | |
| parent | a6e3e09ead23ad4e0fb327d0298801768cda1ad9 (diff) | |
| parent | f469650f6dcd512c3ac552e333f432d927f058de (diff) | |
| download | packages-542d51966a02c54e1b2216804da7377698a60d87.tar.gz packages-542d51966a02c54e1b2216804da7377698a60d87.zip | |
Merge pull request #758 from Jeff-Ciesielski/cobs
Add COBS package
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 15 |
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" } ] |
