mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-08 00:53:10 +00:00
Add bitarray to packages.json
This commit is contained in:
parent
59728f6a05
commit
778230e135
@ -768,5 +768,14 @@
|
|||||||
"description": "Simple multidimensional vector math",
|
"description": "Simple multidimensional vector math",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/blamestross/nimrod-vectors"
|
"web": "https://github.com/blamestross/nimrod-vectors"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "bitarray",
|
||||||
|
"url": "git://github.com/refgenomics/nimrod-bitarray/",
|
||||||
|
"method": "git",
|
||||||
|
"tags": ["Bit arrays", "Bit sets", "Bit vectors", "Data structures"],
|
||||||
|
"description": "mmap-backed bitarray implementation in Nimrod..",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://www.github.com/refgenomics/nimrod-bitarray/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user