Add package shiftfields (#2344)

This commit is contained in:
Maxim Cege 2022-09-05 18:49:14 +05:00 committed by GitHub
parent 9c6d654b85
commit 5bef1e4976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",