Update packages.json (#2682)

This commit is contained in:
MCRusher 2023-08-15 01:37:47 -04:00 committed by GitHub
parent 276699fdf2
commit 5a6e97c875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31130,6 +31130,20 @@
"license": "MIT",
"web": "https://github.com/amaank404/namenumbersort"
},
{
"name": "cflags",
"url": "https://github.com/MCRusher/cflags",
"method": "git",
"tags": [
"c",
"interop",
"library"
],
"description": "A C-compatible bitmask flags interface, with a subset of nim set functionality",
"license": "MIT",
"web": "https://github.com/MCRusher/cflags",
"doc": "https://mcrusher.github.io/cflags/cflags.html"
},
{
"name": "propositionalLogic",
"url": "https://github.com/Azumabashi/nim-propositional-logic/",