aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwist_vector <tkrauss@Toms-MacBook-Pro.local>2015-11-21 12:00:40 -0500
committertwist_vector <tkrauss@Toms-MacBook-Pro.local>2015-11-21 12:00:40 -0500
commitc0001eac42bbb46f0d1c83443d770382449c356e (patch)
tree2a57dec72f86e8eacd0d206a9d6130fffb56a9d0
parent456b80c1ccf3a4104313ad79cf9eb3c1a2a604e8 (diff)
downloadpackages-c0001eac42bbb46f0d1c83443d770382449c356e.tar.gz
packages-c0001eac42bbb46f0d1c83443d770382449c356e.zip
Changed 'nim-stopwatch' to 'nimstopwatch'
-rw-r--r--packages.json52
1 files changed, 25 insertions, 27 deletions
diff --git a/packages.json b/packages.json
index fc22aff..8231900 100644
--- a/packages.json
+++ b/packages.json
@@ -1,32 +1,5 @@
[
{
- "name": "nhsl",
- "url": "https://github.com/twist-vector/nhsl.git",
- "method": "git",
- "tags": [
- "library",
- "serialization",
- "pure"
- ],
- "description": "Nim Hessian Serialization Library encodes/decodes data into the Hessian binary protocol",
- "license": "LGPL",
- "web": "https://github.com/twist-vector/nhsl"
- },
- {
- "name": "nim-stopwatch",
- "url": "https://github.com/twist-vector/nim-stopwatch.git",
- "method": "git",
- "tags": [
- "app",
- "timer"
- ],
- "description": "A Nim-based, non-graphical application designed to measure the amount of time elapsed from its activation to deactivation, includes total elapsed time, lap, and split times.",
- "license": "LGPL",
- "web": "https://github.com/twist-vector/nim-stopwatch"
- },
-
-
- {
"name": "argument_parser",
"url": "git://github.com/Xe/argument_parser/",
"method": "git",
@@ -3548,5 +3521,30 @@
"description": "Nim functional programming library",
"license": "MIT",
"web": "https://github.com/vegansk/nimfp"
+ },
+ {
+ "name": "nhsl",
+ "url": "https://github.com/twist-vector/nhsl.git",
+ "method": "git",
+ "tags": [
+ "library",
+ "serialization",
+ "pure"
+ ],
+ "description": "Nim Hessian Serialization Library encodes/decodes data into the Hessian binary protocol",
+ "license": "LGPL",
+ "web": "https://github.com/twist-vector/nhsl"
+ },
+ {
+ "name": "nimstopwatch",
+ "url": "https://github.com/twist-vector/nim-stopwatch.git",
+ "method": "git",
+ "tags": [
+ "app",
+ "timer"
+ ],
+ "description": "A Nim-based, non-graphical application designed to measure the amount of time elapsed from its activation to deactivation, includes total elapsed time, lap, and split times.",
+ "license": "LGPL",
+ "web": "https://github.com/twist-vector/nim-stopwatch"
}
]