aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-08-11 13:43:21 +0100
committerGitHub <noreply@github.com>2018-08-11 13:43:21 +0100
commit2b66db45a9e105e967ef4278d610356ec78911a8 (patch)
treea277965428df877bcaa0318368b854a57d563b3e
parent0164c274332340c8a99de49f66caeb3e67cb801a (diff)
parent63ec3fca558c88e37ac90807f37cc2aedb3c395f (diff)
downloadpackages-2b66db45a9e105e967ef4278d610356ec78911a8.tar.gz
packages-2b66db45a9e105e967ef4278d610356ec78911a8.zip
Merge pull request #819 from ReneSac/add-c_alikes2334
Add package c_alikes
-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"
}
]