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: libtypec
Section: utils
Priority: optional
Maintainer: Andrej Shadura <andrewsh@debian.org>
Build-Depends:
debhelper-compat (= 13),
cmake (>= 3.16.3~),
libgtk-3-dev,
libudev-dev,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/libtypec/libtypec
Vcs-Git: https://salsa.debian.org/debian/libtypec.git
Vcs-Browser: https://salsa.debian.org/debian/libtypec
Package: libtypec0
Section: libs
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: generic USB-C port management library
libtypec provides a generic interface abstracting all platform
complexity for efficient userspace USB-C port management.
.
The library can also enable development of diagnostic and
debug tools to debug system issues around USB-C/USB PD topology.
Package: libtypec-dev
Section: libdevel
Architecture: any
Depends:
libtypec0 (= ${binary:Version}),
${misc:Depends},
Description: generic USB-C port management library (development files)
libtypec provides a generic interface abstracting all platform
complexity for efficient userspace USB-C port management.
.
The library can also enable development of diagnostic and
debug tools to debug system issues around USB-C/USB PD topology.
.
This package provides the development needed to build applications using
the libtypec library.
Package: libtypec-utils
Architecture: any
Depends:
libtypec0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: generic USB-C port management library (tools)
libtypec provides a generic interface abstracting all platform
complexity for efficient userspace USB-C port management.
.
The library can also enable development of diagnostic and
debug tools to debug system issues around USB-C/USB PD topology.
.
This package provides tools using the libtypec library.
|