diff options
| author | ReneSac <reneduani@yahoo.com.br> | 2018-08-10 20:34:03 -0300 |
|---|---|---|
| committer | ReneSac <reneduani@yahoo.com.br> | 2018-08-10 20:34:03 -0300 |
| commit | 63ec3fca558c88e37ac90807f37cc2aedb3c395f (patch) | |
| tree | a277965428df877bcaa0318368b854a57d563b3e | |
| parent | 0164c274332340c8a99de49f66caeb3e67cb801a (diff) | |
| download | packages-63ec3fca558c88e37ac90807f37cc2aedb3c395f.tar.gz packages-63ec3fca558c88e37ac90807f37cc2aedb3c395f.zip | |
Added package c_alikes
| -rw-r--r-- | packages.json | 16 |
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" } ] |
