From 0e9e86c8d9c360c294b2946037d345e202478fa4 Mon Sep 17 00:00:00 2001 From: Stefanos Mandalas <47466000+sealmove@users.noreply.github.com> Date: Thu, 10 Dec 2020 16:20:39 +0200 Subject: [PATCH] Added package bitstreams (#1746) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 54c1048..5918281 100644 --- a/packages.json +++ b/packages.json @@ -20737,5 +20737,18 @@ "description": "Simple nimble package to log monotic timings", "license": "MIT", "web": "https://github.com/Clonkk/timelog" + }, + { + "name": "bitstreams", + "url": "https://github.com/sealmove/bitstreams", + "method": "git", + "tags": [ + "library", + "streams", + "bits" + ], + "description": "Interface for reading per bits", + "license": "MIT", + "web": "https://github.com/sealmove/bitstreams" } ]