From f245884a97ae02468d549e50d49c4e6c8365a42a Mon Sep 17 00:00:00 2001 From: YesDrX <68913671+YesDrX@users.noreply.github.com> Date: Thu, 3 Sep 2020 03:27:21 -0400 Subject: [PATCH] Add a simple bitarray library (#1590) --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 82e92ab..1f51915 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,17 @@ -[ +[ + { + "name": "nimbitarray", + "url": "https://github.com/YesDrX/bitarray", + "method": "git", + "tags": [ + "bitarray", + "nim" + ], + "description": "A simple bitarray library for nim.", + "license": "MIT", + "web": "https://yesdrx.github.io/bitarray/", + "doc": "https://yesdrx.github.io/bitarray/" + }, { "name": "torim", "url": "https://github.com/KittyTechnoProgrammer/torim",