aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2015-11-21 17:52:30 +0000
committerDominik Picheta <dominikpicheta@gmail.com>2015-11-21 17:52:30 +0000
commitdee6f8dc02f35237be488a5c3473440613506a18 (patch)
treef964f0411aef4b6c26fdb33378315881f305a690
parente91957f4fa5171ea52464d7bab089f47ee86cc9e (diff)
parentda863fb407a91e90a98b0cae7b0b57402451f03a (diff)
downloadpackages-dee6f8dc02f35237be488a5c3473440613506a18.tar.gz
packages-dee6f8dc02f35237be488a5c3473440613506a18.zip
Merge branch 'playground' of https://github.com/theduke/packages into theduke-playground
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 8231900..b4c6312 100644
--- a/packages.json
+++ b/packages.json
@@ -3546,5 +3546,17 @@
"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": "playground",
+ "url": "https://github.com/theduke/nim-playground",
+ "method": "git",
+ "tags": [
+ "functional",
+ "library"
+ ],
+ "description": "Web-based playground for testing Nim code.",
+ "license": "MIT",
+ "web": "https://github.com/theduke/nim-playground"
}
]