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
317 B
TOML
13 lines
317 B
TOML
description = "A cross-platform library to access USB devices"
|
|
name = "libusb"
|
|
licenses = "LGPL-2.1-or-later"
|
|
|
|
maintainers = ["Philip Munts <phil@munts.net>"]
|
|
maintainers-logins = ["pmunts"]
|
|
|
|
[[external]]
|
|
kind = "system"
|
|
[external.origin."case(distribution)"]
|
|
"debian|ubuntu" = ["libusb-1.0-0-dev"]
|
|
arch = ["libusb"]
|