diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-05-25 20:11:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-25 20:11:44 +0100 |
| commit | 6ed638dd206398a26f0c40a76bdd9e626847ac8a (patch) | |
| tree | 56f3b53248ef546253da6d297e304aec72713fc4 | |
| parent | e703dbf26bb7a7f314afe8eadbaa043394464baf (diff) | |
| parent | c83b7883ab1cf6980c6dd39e8a15f3c3c9a90916 (diff) | |
| download | packages-6ed638dd206398a26f0c40a76bdd9e626847ac8a.tar.gz packages-6ed638dd206398a26f0c40a76bdd9e626847ac8a.zip | |
Merge pull request #510 from 6A/add-getch1859
Add package getch
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 307471a..979e553 100644 --- a/packages.json +++ b/packages.json @@ -6403,5 +6403,17 @@ "description": "wrapper around libplist https://github.com/libimobiledevice/libplist", "license": "MIT", "web": "https://github.com/samdmarshall/libplist.nim" + }, + { + "name": "getch", + "url": "https://github.com/6A/getch", + "method": "git", + "tags": [ + "getch", + "char" + ], + "description": "getch() for Windows and Unix", + "license": "MIT", + "web": "https://github.com/6A/getch" } ] |
