From 4095a37797dd74947820fb285739db9b4e04be32 Mon Sep 17 00:00:00 2001 From: Gabben <43146729+gabbhack@users.noreply.github.com> Date: Sun, 13 Dec 2020 09:54:00 +0500 Subject: [PATCH] Added package deser (#1748) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 2af0fef..5626f8f 100644 --- a/packages.json +++ b/packages.json @@ -20763,5 +20763,18 @@ "description": "Interface for reading per bits", "license": "MIT", "web": "https://github.com/sealmove/bitstreams" + }, + { + "name": "deser", + "url": "https://github.com/gabbhack/deser", + "method": "git", + "tags": [ + "library", + "deserialization", + "serialization" + ], + "description": "De/serialization library for Nim ", + "license": "MIT", + "web": "https://github.com/gabbhack/deser" } ]