From e44088f6873b6871085f46fbcace7c6758421410 Mon Sep 17 00:00:00 2001 From: Gerke Max Preussner Date: Mon, 16 Mar 2015 10:10:01 -0400 Subject: [PATCH] Added io-myo. --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]