diff --git a/packages.json b/packages.json index 2edffbb..c1076bb 100644 --- a/packages.json +++ b/packages.json @@ -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/",