aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Diamand <luke@diamand.org>2017-01-18 22:26:22 +0000
committerLuke Diamand <luke@diamand.org>2017-01-18 22:27:18 +0000
commit3b2ce24ae66f6f95dd5baa8de51ac3af4ca1c7b4 (patch)
tree6fdc2ee59fbbecb7ed57f9b48f6317473ba96353
parent1b31e63a5d5a9165e6f883d47d7fc56866f28b12 (diff)
downloadpackages-3b2ce24ae66f6f95dd5baa8de51ac3af4ca1c7b4.tar.gz
packages-3b2ce24ae66f6f95dd5baa8de51ac3af4ca1c7b4.zip
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"
}
]