Added package bitset (#1705)

This commit is contained in:
Jory Schossau 2020-11-10 02:03:18 -05:00 committed by GitHub
parent ad33ef68a6
commit 84125204ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20287,5 +20287,19 @@
"description": "Nim wrapper around the ngtcp2 library",
"license": "MIT",
"web": "https://github.com/status-im/nim-ngtcp2"
},
{
"name": "bitset",
"url": "https://github.com/joryschossau/bitset",
"method": "git",
"tags": [
"c++",
"library",
"stdlib",
"type"
],
"description": "A pure nim version of C++'s std::bitset",
"license": "MIT",
"web": "https://github.com/joryschossau/bitset"
}
]