diff options
| author | Nick Greenfield <boyd.greenfield@gmail.com> | 2014-07-19 12:17:52 -0700 |
|---|---|---|
| committer | Nick Greenfield <boyd.greenfield@gmail.com> | 2014-07-19 12:17:52 -0700 |
| commit | 778230e1350125395e7fe4de80d6e2b9db1a7e5c (patch) | |
| tree | 6a4a1ff9bd9eac4e565f1b5b4e0987e120c800b6 | |
| parent | 59728f6a05664c0dbcfde2a5f167b2e73b547c37 (diff) | |
| download | packages-778230e1350125395e7fe4de80d6e2b9db1a7e5c.tar.gz packages-778230e1350125395e7fe4de80d6e2b9db1a7e5c.zip | |
Add bitarray to packages.json
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index e71c38c..72d705f 100644 --- a/packages.json +++ b/packages.json @@ -768,5 +768,14 @@ "description": "Simple multidimensional vector math", "license": "MIT", "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/" } ] |
