aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 8962beb..312ec23 100644
--- a/packages.json
+++ b/packages.json
@@ -10206,5 +10206,21 @@
"description": "vectored io for nim",
"license": "MIT",
"web": "https://github.com/emekoi/vecio.nim"
+ },
+ {
+ "name": "c_alikes",
+ "url": "https://github.com/ReneSac/c_alikes",
+ "method": "git",
+ "tags": [
+ "library",
+ "bitwise",
+ "bitops",
+ "pointers",
+ "shallowCopy",
+ "C"
+ ],
+ "description": "Operators, commands and functions more c-like, plus a few other utilities",
+ "license": "MIT",
+ "web": "https://github.com/ReneSac/c_alikes"
}
]