diff options
| author | juancarlospaco <juancarlospaco@gmail.com> | 2018-09-13 15:43:33 -0300 |
|---|---|---|
| committer | juancarlospaco <juancarlospaco@gmail.com> | 2018-09-13 15:43:33 -0300 |
| commit | 6752c75d52702b119193a6ead37f7191dcf282f2 (patch) | |
| tree | 8ba7d133b2df92777df54d3d419aeb7dc401d476 | |
| parent | d2aac6dacea2ff78971a5a69145a37f4af94b5fb (diff) | |
| download | packages-6752c75d52702b119193a6ead37f7191dcf282f2.tar.gz packages-6752c75d52702b119193a6ead37f7191dcf282f2.zip | |
Added package hackpad
| -rw-r--r-- | packages.json | 20 |
1 files changed, 20 insertions, 0 deletions
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" } ] |
