diff options
| author | Dominik Picheta <dominikpicheta@gmail.com> | 2015-11-21 17:52:30 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@gmail.com> | 2015-11-21 17:52:30 +0000 |
| commit | dee6f8dc02f35237be488a5c3473440613506a18 (patch) | |
| tree | f964f0411aef4b6c26fdb33378315881f305a690 | |
| parent | e91957f4fa5171ea52464d7bab089f47ee86cc9e (diff) | |
| parent | da863fb407a91e90a98b0cae7b0b57402451f03a (diff) | |
| download | packages-dee6f8dc02f35237be488a5c3473440613506a18.tar.gz packages-dee6f8dc02f35237be488a5c3473440613506a18.zip | |
Merge branch 'playground' of https://github.com/theduke/packages into theduke-playground
| -rw-r--r-- | packages.json | 12 |
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" } ] |
