aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlaviu Tamas <tamasflaviu@gmail.com>2015-01-19 10:50:03 -0500
committerFlaviu Tamas <tamasflaviu@gmail.com>2015-01-19 10:50:03 -0500
commit10736156b9fb50d4329ff756001f07bf7dae124c (patch)
tree063724e36dadd9c9f8853be785abd0f5dbb37b40
parentf78fffe94b332ac99831ec6ec406f59021c9650b (diff)
parent699c644d5d27f38c136d4a86d05120bfb21234bf (diff)
downloadpackages-10736156b9fb50d4329ff756001f07bf7dae124c.tar.gz
packages-10736156b9fb50d4329ff756001f07bf7dae124c.zip
Merge pull request #116 from BlaXpirit/master
Add "docopt", update location of "random"
-rw-r--r--packages.json13
1 files changed, 11 insertions, 2 deletions
diff --git a/packages.json b/packages.json
index 5d3c315..2df8e76 100644
--- a/packages.json
+++ b/packages.json
@@ -924,12 +924,12 @@
},
{
"name": "random",
- "url": "git://github.com/BlaXpirit/nimrod-random",
+ "url": "git://github.com/BlaXpirit/nim-random",
"method": "git",
"tags": ["library", "algorithms", "random"],
"description": "Pseudo-random number generation library inspired by Python",
"license": "MIT",
- "web": "https://github.com/BlaXpirit/nimrod-random"
+ "web": "https://github.com/BlaXpirit/nim-random"
},
{
"name": "zmq",
@@ -1146,5 +1146,14 @@
"description": "A better regular expression library",
"license": "MIT",
"web": "https://github.com/flaviut/nre"
+ },
+ {
+ "name": "docopt",
+ "url": "git://github.com/docopt/docopt.nim",
+ "method": "git",
+ "tags": ["commandline", "arguments", "parsing", "library"],
+ "description": "Command-line args parser based on Usage message",
+ "license": "MIT",
+ "web": "https://github.com/docopt/docopt.nim"
}
]