libgpiod 1.6.3-1build3 source package in Ubuntu

Changelog

libgpiod (1.6.3-1build3) noble; urgency=medium

  * No-change rebuild with Python 3.12 as default

 -- Graham Inggs <email address hidden>  Fri, 19 Jan 2024 19:59:35 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
SZ Lin (林上智)
Architectures:
linux-any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libgpiod_1.6.3.orig.tar.xz 318.4 KiB 841be9d788f00bab08ef22c4be5c39866f0e46cb100a3ae49ed816ac9c5dddc7
libgpiod_1.6.3-1build3.debian.tar.xz 8.4 KiB 446c1991c023d75969ebe6b4d431ea899ee0266a331d380b6cf0f5865b8d1a9d
libgpiod_1.6.3-1build3.dsc 2.3 KiB 5e3f2f992847643488e4fa1bf0e0060bc748db254a64bcb0e4adf0abe9908d93

Available diffs

View changes file

Binary packages built by this source

gpiod: 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.

gpiod-dbgsym: debug symbols for gpiod
libgpiod-dev: 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.

libgpiod-doc: 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.

libgpiod2: No summary available for libgpiod2 in ubuntu noble.

No description available for libgpiod2 in ubuntu noble.

libgpiod2-dbgsym: No summary available for libgpiod2-dbgsym in ubuntu noble.

No description available for libgpiod2-dbgsym in ubuntu noble.

python3-libgpiod: 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.

python3-libgpiod-dbgsym: debug symbols for python3-libgpiod