Added package binstreams (#1640)

Co-authored-by: John Novak <john@johnovak.net>
This commit is contained in:
John Novak 2020-09-15 19:10:06 +10:00 committed by GitHub
parent f7b0f3261e
commit 5a225cb80e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}
]