Added package sparseset (#1745)

This commit is contained in:
Antonis Geralis 2020-12-10 17:36:00 +02:00 committed by GitHub
parent 0e9e86c8d9
commit 7f690d35f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20738,6 +20738,19 @@
"license": "MIT",
"web": "https://github.com/Clonkk/timelog"
},
{
"name": "sparseset",
"url": "https://github.com/planetis-m/sparseset",
"method": "git",
"tags": [
"sparseset",
"library",
"datastructures"
],
"description": "Sparsets for Nim",
"license": "MIT",
"web": "https://github.com/planetis-m/sparseset"
},
{
"name": "bitstreams",
"url": "https://github.com/sealmove/bitstreams",