03efd72937
* A cross-platform library to access USB devices Initial addition to the community index. * A Simple library for communicating with USB and Bluetooth HID devices Initial addition to the community index. * Added licenses and Arch packages Co-authored-by: Alejandro R. Mosteo <amosteo@unizar.es>
13 lines
368 B
TOML
13 lines
368 B
TOML
description = "A simple library for communicating with USB and Bluetooth HID devices"
|
|
name = "libhidapi"
|
|
licenses = "BSD-3-Clause OR GPL-3.0-only OR custom-hidapi"
|
|
|
|
maintainers = ["Philip Munts <phil@munts.net>"]
|
|
maintainers-logins = ["pmunts"]
|
|
|
|
[[external]]
|
|
kind = "system"
|
|
[external.origin."case(distribution)"]
|
|
"debian|ubuntu" = ["libhidapi-dev"]
|
|
arch = ["hidapi"]
|