diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-07-20 20:46:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-20 20:46:18 +0100 |
| commit | 3f74f1b53741ae3b348fdc68ff0fbbadb38d9e85 (patch) | |
| tree | d0cbbb6eed40e2e6977d15553c5f7215e9814f0a | |
| parent | 73678f463e1152731ff6b21a6568723afe3d1863 (diff) | |
| parent | bc01393ed7cc1f182d1a8173509be28dbb9059a2 (diff) | |
| download | packages-3f74f1b53741ae3b348fdc68ff0fbbadb38d9e85.tar.gz packages-3f74f1b53741ae3b348fdc68ff0fbbadb38d9e85.zip | |
Merge pull request #384 from miere43/patch-2
Add autome library
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index c36c4b4..a7c0b7c 100644 --- a/packages.json +++ b/packages.json @@ -4963,5 +4963,18 @@ "web": "https://github.com/cjxgm/jsonob", "url": "https://github.com/cjxgm/jsonob", "description": "JSON / Object mapper" + }, + { + "name": "autome", + "description": "Write GUI automation scripts with Nim", + "tags": [ + "gui", + "automation", + "windows" + ], + "license": "MIT", + "web": "https://github.com/miere43/autome", + "url": "https://github.com/miere43/autome", + "method": "git" } ] |
