evdev 1.0.0 (#272)

This commit is contained in:
onox
2021-04-29 11:03:27 +02:00
committed by GitHub
parent c5090d8e74
commit 031433907d
+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.0"
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 = "bf4d256dbf3c178da1c766bb0f76ab5dd188334f"
url = "git+https://github.com/onox/evdev-ada.git"