Add a simple bitarray library (#1590)

This commit is contained in:
YesDrX 2020-09-03 03:27:21 -04:00 committed by GitHub
parent cc70548e9f
commit f245884a97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,17 @@
[
[
{
"name": "nimbitarray",
"url": "https://github.com/YesDrX/bitarray",
"method": "git",
"tags": [
"bitarray",
"nim"
],
"description": "A simple bitarray library for nim.",
"license": "MIT",
"web": "https://yesdrx.github.io/bitarray/",
"doc": "https://yesdrx.github.io/bitarray/"
},
{
"name": "torim",
"url": "https://github.com/KittyTechnoProgrammer/torim",