diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-07-19 20:21:00 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-07-19 20:21:00 +0100 |
| commit | d8cedd2b731d76c359325f3535a9de688b6c0353 (patch) | |
| tree | 6a4a1ff9bd9eac4e565f1b5b4e0987e120c800b6 | |
| parent | 59728f6a05664c0dbcfde2a5f167b2e73b547c37 (diff) | |
| parent | 778230e1350125395e7fe4de80d6e2b9db1a7e5c (diff) | |
| download | packages-d8cedd2b731d76c359325f3535a9de688b6c0353.tar.gz packages-d8cedd2b731d76c359325f3535a9de688b6c0353.zip | |
Merge pull request #70 from refgenomics/master
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/" } ] |
