From 6752c75d52702b119193a6ead37f7191dcf282f2 Mon Sep 17 00:00:00 2001 From: juancarlospaco Date: Thu, 13 Sep 2018 15:43:33 -0300 Subject: [PATCH] Added package hackpad --- packages.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/packages.json b/packages.json index c716d1e..94da0d1 100644 --- a/packages.json +++ b/packages.json @@ -10644,5 +10644,25 @@ "description": "Redis client for Nim", "license": "Apache2", "web": "https://github.com/xmonader/nim-redisclient" + }, + { + "name": "hackpad", + "url": "https://github.com/juancarlospaco/nim-hackpad", + "method": "git", + "tags": [ + "web", + "jester", + "lan", + "wifi", + "hackathon", + "hackatton", + "pastebin", + "crosscompilation", + "teaching", + "zip" + ], + "description": "Hackathon Web Scratchpad for teaching Nim on events using Wifi with limited or no Internet", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-hackpad" } ]