aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json12
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"
}
]