aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-01-19 00:48:00 +0100
committerGitHub <noreply@github.com>2017-01-19 00:48:00 +0100
commita6850de89c9bad62b6d8cd7b18b37abf80816191 (patch)
tree6fdc2ee59fbbecb7ed57f9b48f6317473ba96353
parent1b31e63a5d5a9165e6f883d47d7fc56866f28b12 (diff)
parent3b2ce24ae66f6f95dd5baa8de51ac3af4ca1c7b4 (diff)
downloadpackages-a6850de89c9bad62b6d8cd7b18b37abf80816191.tar.gz
packages-a6850de89c9bad62b6d8cd7b18b37abf80816191.zip
Merge pull request #457 from luked99/master
Add libevdev, low-level Linux input processing
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 9d34ce8..403cdfb 100644
--- a/packages.json
+++ b/packages.json
@@ -5755,5 +5755,18 @@
"description": "ed25519 key crypto bindings",
"license": "MIT",
"web": "https://github.com/niv/ed25519.nim"
+ },
+ {
+ "name": "libevdev",
+ "url": "https://github.com/luked99/libevdev.nim",
+ "method": "git",
+ "tags": [
+ "wrapper",
+ "os",
+ "linux"
+ ],
+ "description": "Wrapper for libevdev, Linux input device processing library",
+ "license": "MIT",
+ "web": "https://github.com/luked99/libevdev.nim"
}
]