From 778230e1350125395e7fe4de80d6e2b9db1a7e5c Mon Sep 17 00:00:00 2001 From: Nick Greenfield Date: Sat, 19 Jul 2014 12:17:52 -0700 Subject: [PATCH] Add bitarray to packages.json --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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/" } ]