evdev 1.0.1 (#277)

This commit is contained in:
onox
2021-05-06 09:21:35 +02:00
committed by GitHub
parent fcdb303aee
commit 7072291467
+21
View File
@@ -0,0 +1,21 @@
name = "evdev"
description = "Ada 2012 library for input and force-feedback using Linux' evdev API"
version = "1.0.1"
website = "https://github.com/onox/evdev-ada"
licenses = "Apache-2.0"
tags = ["evdev", "force-feedback"]
authors = ["onox"]
maintainers = ["onox <denkpadje@gmail.com>"]
maintainers-logins = ["onox"]
project-files = ["evdev.gpr", "evdev_info.gpr"]
executables = ["evdev-ada"]
[available.'case(os)']
linux = true
'...' = false
[origin]
commit = "6653da99332ef99215ef3fbafe0eb42b6267e4ec"
url = "git+https://github.com/onox/evdev-ada.git"