comedilib 0.11.0+5-1build8 source package in Ubuntu

Changelog

comedilib (0.11.0+5-1build8) lunar; urgency=medium

  * Rebuild to drop Python 3.10 extension

 -- Jeremy Bicha <email address hidden>  Tue, 28 Feb 2023 19:20:30 -0500

Upload details

Uploaded by:
Jeremy BĂ­cha
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe libs
Lunar release universe libs

Downloads

File Size SHA-256 Checksum
comedilib_0.11.0+5.orig-comedi-calibrate.tar.gz 229.4 KiB e807f42a0cea49f8f570e6f0b60b3bf63142dcc04d79496ee50304459ba9c916
comedilib_0.11.0+5.orig.tar.gz 1.7 MiB cc9c699ea3061a98e4b0ea8d6efdaabf1f96721c61d2cd943815fd2c335ae698
comedilib_0.11.0+5-1build8.debian.tar.xz 12.2 KiB 13211baa9df2dfa3882134405c4991a033bf1be6e1adb954e6b47510b63217ca
comedilib_0.11.0+5-1build8.dsc 2.5 KiB 79cb0f05102d1e7a42f56440d2c6c9a4bb9e9080e1c56b45f2e4b35b49459b5e

View changes file

Binary packages built by this source

libcomedi-dev: Development library for Comedi

 Comedilib is a library for using Comedi, a driver interface for data
 acquisition hardware.
 .
 This package contains headers, static libraries, documentation, and
 examples for writing software that uses the Comedilib library. You
 only need to install it if you plan to develop or compile software
 that uses Comedilib.

libcomedi0: Library for Comedi

 Comedilib is a library for using Comedi, a driver interface for data
 acquisition hardware. Comedi supports a wide variety of ISA and PCI
 devices that contain analog-to-digital converters, digital-to-analog
 converters, digital input/output, counters and timers. The full list
 of support devices can be found in the libcomedi-dev documentation.
 .
 This package contains the shared library component of Comedilib. In
 general, this package will be automatically installed as a dependency
 of application or other library packages.
 .
 In order to effectively use this package, you need to have compiled
 and installed the Comedi kernel modules. The source for Comedi is
 available in the comedi-source package, which also contains
 instructions on how to compile and install the modules.

python3-comedilib: Python3 wrapper for Comedilib

 Comedilib is a library for using Comedi, a driver interface for data
 acquisition hardware. See the libcomedi0t64 package for more information.
 .
 This package provides Python3 bindings to the comedi library.