From 4d2c8f033431346d3af667c96adb3ce7847e6f71 Mon Sep 17 00:00:00 2001 From: CNERD <57031035+C-NERD@users.noreply.github.com> Date: Wed, 2 Aug 2023 02:45:20 +0100 Subject: [PATCH] Added package bcs (#2671) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 87eda57..1c6c1fe 100644 --- a/packages.json +++ b/packages.json @@ -31003,5 +31003,20 @@ "description": "cli tool to query battery info for GNU/Linux", "license": "GPL-3.0-only", "web": "https://gitlab.com/prashere/battinfo" + }, + { + "name": "bcs", + "url": "https://github.com/C-NERD/nimBcs", + "method": "git", + "tags": [ + "bcs", + "aptos", + "serializer", + "deserializer", + "types" + ], + "description": "nim implementation of bcs serialization format", + "license": "MIT", + "web": "https://github.com/C-NERD/nimBcs" } ]