blob: 2a5e001ff4b98b949f97de9c8b226bb27e63ac58 [file] [log] [blame]
{
"name": "hidapi",
"version": "0.9.0",
"summary": "A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac and Windows.",
"description": "HIDAPI is a multi-platform library which allows an application to interface with USB and Bluetooth HID-Class devices on Windows, Linux, FreeBSD, and macOS. HIDAPI can be either built as a shared library (.so, .dll or .dylib) or can be embedded directly into a target application by adding a single source file (per platform) and a single header.",
"homepage": "https://github.com/libusb/hidapi",
"license": {
"type": "GNU GPLv3 or BSD or HIDAPI original",
"file": "LICENSE.txt"
},
"authors": {
"Alan Ott": "alan@signal11.us",
"Ludovic Rousseau": "rousseau@debian.org",
"libusb/hidapi Team": "https://github.com/libusb/hidapi/blob/master/AUTHORS.txt"
},
"platforms": {
"osx": "10.7"
},
"source": {
"git": "https://github.com/libusb/hidapi.git",
"tag": "hidapi-0.9.0"
},
"source_files": [
"mac/hid.c",
"hidapi/hidapi.h"
],
"public_header_files": "hidapi/hidapi.h",
"frameworks": [
"IOKit",
"CoreFoundation"
]
}