aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReneSac <reneduani@yahoo.com.br>2018-08-10 20:34:03 -0300
committerReneSac <reneduani@yahoo.com.br>2018-08-10 20:34:03 -0300
commit63ec3fca558c88e37ac90807f37cc2aedb3c395f (patch)
treea277965428df877bcaa0318368b854a57d563b3e
parent0164c274332340c8a99de49f66caeb3e67cb801a (diff)
downloadpackages-63ec3fca558c88e37ac90807f37cc2aedb3c395f.tar.gz
packages-63ec3fca558c88e37ac90807f37cc2aedb3c395f.zip
Added 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"
}
]