diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-03-16 21:37:03 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-03-16 21:37:03 +0000 |
| commit | 8bfffefffb234ecbd81f619804b9fbdd8fc1db9d (patch) | |
| tree | 6dcce20e550a3a218151e61aef7692ab14f393c5 | |
| parent | bd63ce70cbc4e1b3056a191f5f501bcf85e072aa (diff) | |
| parent | e44088f6873b6871085f46fbcace7c6758421410 (diff) | |
| download | packages-8bfffefffb234ecbd81f619804b9fbdd8fc1db9d.tar.gz packages-8bfffefffb234ecbd81f619804b9fbdd8fc1db9d.zip | |
Merge pull request #141 from gmpreussner/master
Added io-myo.
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 4a31aaf..f9ea377 100644 --- a/packages.json +++ b/packages.json @@ -1299,5 +1299,14 @@ "description": "Modules providing information about the OS.", "license": "MIT", "web": "https://github.com/nim-lang/osinfo" + }, + { + "name": "io-myo", + "url": "git://github.com/nimious/io-myo.git", + "method": "git", + "tags": ["binding", "myo", "thalmic", "armband", "gesture"], + "description": "Bindings for the Thalmic Labs Myo gesture control armband SDK.", + "license": "MIT", + "web": "https://github.com/nimious/io-myo" } ] |
