diff options
| author | Ahmed T. Youssef <xmonader@gmail.com> | 2018-10-11 21:09:18 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-10-11 20:09:18 +0100 |
| commit | 761ef622e36c247ebd009ae3109829390caa82c2 (patch) | |
| tree | 67e5e35f273ed6e246e60c35f0d560b4b78ad8d9 | |
| parent | 162916a3c01f5b2edeb57bce42166b70d22f5424 (diff) | |
| download | packages-761ef622e36c247ebd009ae3109829390caa82c2.tar.gz packages-761ef622e36c247ebd009ae3109829390caa82c2.zip | |
Added package witai (#887)
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 4378da0..f9ae103 100644 --- a/packages.json +++ b/packages.json @@ -11006,6 +11006,22 @@ "web": "https://github.com/ba0f3/sequoia.nim" }, { + "name": "witai", + "url": "https://github.com/xmonader/witai-nim", + "method": "git", + "tags": [ + "witai", + "wit.ai", + "client", + "speech", + "freetext", + "voice" + ], + "description": "wit.ai client", + "license": "MIT", + "web": "https://github.com/xmonader/witai-nim" + }, + { "name": "xmldom", "url": "https://github.com/nim-lang/graveyard?subdir=xmldom", "method": "git", |
