aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-02-22 08:50:45 +0100
committerGitHub <noreply@github.com>2017-02-22 08:50:45 +0100
commitf57457709d26e7a1fb624b2cc17b72132fda995e (patch)
treeed6407636dc13689890463a689ed7141a915f1c6
parent90d158b3aed00ce4ead72f496d819d49fc9e293d (diff)
parentc2b84b09c9ecc2dec8d6c0aa055ee8806e2960a1 (diff)
downloadpackages-f57457709d26e7a1fb624b2cc17b72132fda995e.tar.gz
packages-f57457709d26e7a1fb624b2cc17b72132fda995e.zip
Merge pull request #476 from Jeff-Ciesielski/add-nimr0352
Add package nimr
-rw-r--r--packages.json22
1 files changed, 17 insertions, 5 deletions
diff --git a/packages.json b/packages.json
index 40906e9..a879b7e 100644
--- a/packages.json
+++ b/packages.json
@@ -5898,12 +5898,12 @@
"url": "https://github.com/qqtop/nimcx",
"method": "git",
"tags": [
- "library",
- "linux"
+ "library",
+ "linux"
],
- "description": "Color and utilities library for linux terminal.",
- "license": "MIT",
- "web": "https://github.com/qqtop/nimcx"
+ "description": "Color and utilities library for linux terminal.",
+ "license": "MIT",
+ "web": "https://github.com/qqtop/nimcx"
},
{
"name": "dpdk",
@@ -5985,5 +5985,17 @@
"description": "Filesystem in userspace (FUSE) for Nim (for reactor.nim library)",
"license": "MIT",
"web": "https://github.com/zielmicha/reactorfuse"
+ },
+ {
+ "name": "nimr",
+ "url": "https://github.com/Jeff-Ciesielski/nimr",
+ "method": "git",
+ "tags": [
+ "script",
+ "utils"
+ ],
+ "description": "Helper to run nim code like a script",
+ "license": "MIT",
+ "web": "https://github.com/Jeff-Ciesielski/nimr"
}
]