From 5bef1e4976c133be718376990e5e490c7f1741f2 Mon Sep 17 00:00:00 2001 From: Maxim Cege <91702402+sumatoshi@users.noreply.github.com> Date: Mon, 5 Sep 2022 18:49:14 +0500 Subject: [PATCH] Add package shiftfields (#2344) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 43fda46..9a98f53 100644 --- a/packages.json +++ b/packages.json @@ -27363,6 +27363,19 @@ "license": "MIT", "web": "https://github.com/d4rckh/nim-tlv" }, + { + "name": "shiftfields", + "url": "https://github.com/sumatoshi/shiftfields", + "method": "git", + "tags": [ + "bitfield", + "bitfields", + "library" + ], + "description": "ShiftField type and sugar for c-style shift bitfields in nim.", + "license": "MIT", + "web": "https://github.com/sumatoshi/shiftfields" + }, { "name": "ndup", "url": "https://github.com/c-blake/ndup",