diff options
| author | theduke <reg@theduke.at> | 2015-11-21 16:29:50 +0100 |
|---|---|---|
| committer | theduke <reg@theduke.at> | 2015-11-21 16:29:50 +0100 |
| commit | da863fb407a91e90a98b0cae7b0b57402451f03a (patch) | |
| tree | ddfc55fc11a65c7eb4b2deccb1ad78aef53501f4 | |
| parent | b2a6aa26bcadf224357f5862d62cafc92692f292 (diff) | |
| download | packages-da863fb407a91e90a98b0cae7b0b57402451f03a.tar.gz packages-da863fb407a91e90a98b0cae7b0b57402451f03a.zip | |
Added playground pkg.
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index d822ce6..1243fff 100644 --- a/packages.json +++ b/packages.json @@ -3521,5 +3521,17 @@ "description": "Nim functional programming library", "license": "MIT", "web": "https://github.com/vegansk/nimfp" + }, + { + "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" } ] |
