Added package binstreams (#1640)

Co-authored-by: John Novak <john@johnovak.net>
This commit is contained in:
John Novak
2020-09-15 11:10:06 +02:00
committed by GitHub
co-authored by John Novak
parent f7b0f3261e
commit 5a225cb80e
+14
View File
@@ -19561,5 +19561,19 @@
"description": "declarative UI framework for building Canvas",
"license": "MIT",
"web": "https://github.com/momeemt/Blackvas"
},
{
"name": "binstreams",
"url": "https://github.com/johnnovak/nim-binstreams",
"method": "git",
"tags": [
"streams",
"library",
"endianness",
"io"
],
"description": "Endianness aware stream I/O for Nim",
"license": "WTFPL",
"web": "https://github.com/johnnovak/nim-binstreams"
}
]