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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
|
Source: libgpiod
Section: misc
Priority: optional
Maintainer: Gavin Lai (賴建宇) <gavin09@gmail.com>
Uploaders: SZ Lin (林上智) <szlin@debian.org>
Build-Depends: debhelper-compat (= 13),
autoconf-archive,
automake,
dh-sequence-python3 <!nopython>,
help2man,
pkgconf,
m4,
graphviz,
python3-all-dev:any <!nopython>,
python3-setuptools <!nopython>,
libpython3-all-dev <!nopython>,
python3-build <!nopython>,
python3-venv <!nopython>,
python3-pip <!nopython>,
pybuild-plugin-pyproject <!nopython>,
linux-libc-dev (>= 4.8)
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends-Indep: doxygen
Homepage: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git
Vcs-Git: https://salsa.debian.org/debian/libgpiod.git
Vcs-Browser: https://salsa.debian.org/debian/libgpiod
Package: libgpiod-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
libgpiod3 (= ${binary:Version})
Suggests: libgpiod-doc
Description: C library for interacting with Linux GPIO device - static libraries and headers
libgpiod encapsulates the ioctl calls and data structures
behind a straightforward API. This new character device
interface guarantees all allocated resources are freed after
closing the device file descriptor and adds several new
features that are not present in the obsolete sysfs interface
(like event polling, setting/reading multiple values at once or
open-source and open-drain GPIOs).
.
This package contains the required static libraries, headers, and C++ bindings.
Package: libgpiod-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: C library for interacting with Linux GPIO device - library documentation
libgpiod encapsulates the ioctl calls and data structures
behind a straightforward API. This new character device
interface guarantees all allocated resources are freed after
closing the device file descriptor and adds several new
features that are not present in the obsolete sysfs interface
(like event polling, setting/reading multiple values at once or
open-source and open-drain GPIOs).
.
This package contains the doxygen generated HTML documentation for the
libraries.
Package: libgpiod3
Section: libs
Architecture: linux-any
Depends: ${shlibs:Depends},
${misc:Depends},
Multi-Arch: same
Description: C library for interacting with Linux GPIO device - shared libraries
libgpiod encapsulates the ioctl calls and data structures
behind a straightforward API. This new character device
interface guarantees all allocated resources are freed after
closing the device file descriptor and adds several new
features that are not present in the obsolete sysfs interface
(like event polling, setting/reading multiple values at once or
open-source and open-drain GPIOs).
.
This package contains the required shared libraries.
Package: gpiod
Architecture: linux-any
Multi-Arch: foreign
Depends: ${shlibs:Depends},
${misc:Depends},
Description: Tools for interacting with Linux GPIO character device - binary
libgpiod encapsulates the ioctl calls and data structures
behind a straightforward API. This new character device
interface guarantees all allocated resources are freed after
closing the device file descriptor and adds several new
features that are not present in the obsolete sysfs interface
(like event polling, setting/reading multiple values at once or
open-source and open-drain GPIOs).
.
This package contains the gpiod binary tools.
Package: python3-libgpiod
Build-Profiles: <!nopython>
Section: python
Architecture: linux-any
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
libgpiod3 (= ${binary:Version})
Description: Python bindings for libgpiod (Python 3)
libgpiod encapsulates the ioctl calls and data structures
behind a straightforward API. This new character device
interface guarantees all allocated resources are freed after
closing the device file descriptor and adds several new
features that are not present in the obsolete sysfs interface
(like event polling, setting/reading multiple values at once or
open-source and open-drain GPIOs).
.
This package contains Python 3 bindings for the libgpiod library.
|