File: control

package info (click to toggle)
hidapi 0.15.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,528 kB
  • sloc: ansic: 7,756; cpp: 408; makefile: 175; objc: 72; sh: 57
file content (58 lines) | stat: -rw-r--r-- 1,746 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: hidapi
Priority: optional
Maintainer: Scott Talbert <swt@techie.net>
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 libudev-dev [linux-any],
 libusb-1.0-0-dev,
 pkgconf,
Standards-Version: 4.7.2
Section: libs
Homepage: https://github.com/libusb/hidapi
Vcs-Git: https://salsa.debian.org/debian/hidapi.git
Vcs-Browser: https://salsa.debian.org/debian/hidapi
Rules-Requires-Root: no

Package: libhidapi-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libhidapi-hidraw0 (= ${binary:Version}) [linux-any],
 libhidapi-libusb0 (= ${binary:Version}),
 ${misc:Depends},
Description: Multi-Platform library for communication with HID devices (development files)
 HIDAPI is a multi-platform library enabling applications to easily
 interface with Bluetooth and USB HID-class devices.
 .
 This package contains the files needed to compile and link programs which
 use HIDAPI.

Package: libhidapi-libusb0
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Multi-Platform library for communication with HID devices (libusb backend)
 HIDAPI is a multi-platform library enabling applications to easily
 interface with Bluetooth and USB HID-class devices.
 .
 This package contains the libusb-based implementation of HIDAPI.

Package: libhidapi-hidraw0
Architecture: linux-any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Multi-Platform library for communication with HID devices (hidraw backend)
 HIDAPI is a multi-platform library enabling applications to easily
 interface with Bluetooth and USB HID-class devices.
 .
 This package contains the hidraw-based implementation of HIDAPI.