add bitables (#2437)

* added bitables

* Update packages.json

* im dumb
This commit is contained in:
Retkid 2022-12-26 20:49:39 -05:00 committed by GitHub
parent de955d3857
commit de4976c8c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28312,5 +28312,16 @@
"description": "Monitoring tool with historical snapshots", "description": "Monitoring tool with historical snapshots",
"license": "MIT", "license": "MIT",
"web": "https://github.com/inv2004/ttop" "web": "https://github.com/inv2004/ttop"
},
{
"name": "bitables",
"url": "https://github.com/Retkid/bitables",
"method": "git",
"tags": [
"tables",
"maps"],
"description": "bidirectional {maps, tables, dictionaries} in nim",
"license": "MIT",
"web": "https://github.com/Retkid/bitables"
} }
] ]