Added package byteutils (#1710)

This commit is contained in:
Regis Caillaud 2020-11-15 08:52:32 +01:00 committed by GitHub
parent b56be38783
commit 5f7c08441a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20375,5 +20375,19 @@
"description": "GFF <-> NWNT Converter (NeverWinter Nights Text)",
"license": "MIT",
"web": "https://github.com/WilliamDraco/NWNT"
},
{
"name": "bytesequtils",
"url": "https://github.com/Clonkk/bytesequtils",
"method": "git",
"tags": [
"bytesequtils",
"buffer",
"string",
"seq[byte]"
],
"description": "Nim package to manipulate buffer as either seq[byte] or string",
"license": "MIT",
"web": "https://clonkk.github.io/bytesequtils/"
}
]