From 5f7c08441ae7d741be2a81dd94cc015dbad58eab Mon Sep 17 00:00:00 2001 From: Regis Caillaud <35006197+Clonkk@users.noreply.github.com> Date: Sun, 15 Nov 2020 08:52:32 +0100 Subject: [PATCH] Added package byteutils (#1710) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 64d81f9..9d85354 100644 --- a/packages.json +++ b/packages.json @@ -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/" } ]