diff options
| author | Vladislav Vorobiev <x.miere@gmail.com> | 2016-07-20 18:59:36 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-20 18:59:36 +0300 |
| commit | bc01393ed7cc1f182d1a8173509be28dbb9059a2 (patch) | |
| tree | d0cbbb6eed40e2e6977d15553c5f7215e9814f0a | |
| parent | 73678f463e1152731ff6b21a6568723afe3d1863 (diff) | |
| download | packages-bc01393ed7cc1f182d1a8173509be28dbb9059a2.tar.gz packages-bc01393ed7cc1f182d1a8173509be28dbb9059a2.zip | |
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" } ] |
