From da863fb407a91e90a98b0cae7b0b57402451f03a Mon Sep 17 00:00:00 2001 From: theduke Date: Sat, 21 Nov 2015 16:29:50 +0100 Subject: [PATCH] Added playground pkg. --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]