From 9d0b3428de7bde1562e9169e7c157bb00c35eb48 Mon Sep 17 00:00:00 2001 From: treeform Date: Sun, 19 Jul 2020 01:25:48 -0700 Subject: [PATCH] add bitty - Utilities with dealing with 1d and 2d bit arrays. (#1565) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index ed633b1..d3ac781 100644 --- a/packages.json +++ b/packages.json @@ -13130,6 +13130,18 @@ "license": "MIT", "web": "https://github.com/treeform/netty/" }, + { + "name": "bitty", + "url": "https://github.com/treeform/bitty/", + "method": "git", + "tags": [ + "networking", + "udp" + ], + "description": "Utilities with dealing with 1d and 2d bit arrays.", + "license": "MIT", + "web": "https://github.com/treeform/bitty/" + }, { "name": "fnv", "url": "https://gitlab.com/ryukoposting/nim-fnv",