Added package bcs (#2671)

This commit is contained in:
CNERD 2023-08-02 02:45:20 +01:00 committed by GitHub
parent b803a58a88
commit 4d2c8f0334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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