diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-09-14 18:52:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-14 18:52:08 +0100 |
| commit | 9ef06d59844068ca50f6808fce812f5e12be6b32 (patch) | |
| tree | 8ba7d133b2df92777df54d3d419aeb7dc401d476 | |
| parent | d2aac6dacea2ff78971a5a69145a37f4af94b5fb (diff) | |
| parent | 6752c75d52702b119193a6ead37f7191dcf282f2 (diff) | |
| download | packages-9ef06d59844068ca50f6808fce812f5e12be6b32.tar.gz packages-9ef06d59844068ca50f6808fce812f5e12be6b32.zip | |
Merge pull request #856 from juancarlospaco/add-hackpad1843
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" } ] |
