Source: libgpiod Section: misc Priority: optional Maintainer: SZ Lin (林上智) Build-Depends: debhelper (>= 11), autoconf-archive, automake, pkg-config, m4, python3-dev, python3-setuptools Standards-Version: 4.2.1 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 Depends: ${shlibs:Depends}, ${misc:Depends}, libgpiod2 (= ${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 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: libgpiod2 Section: libs Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, Multi-Arch: same Replaces: libgpiod1 Conflicts: libgpiod1 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 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 Section: python Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, libgpiod2 (= ${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.