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
|
Source: libsoc
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9),
dh-autoreconf,
dh-python,
pkg-config,
python-dev
Standards-Version: 3.9.8
Section: libs
Homepage: https://github.com/jackmitch/libsoc
Package: libsoc-dev
Section: libdevel
Architecture: arm64 armhf
Depends: libsoc2 (= ${binary:Version}), ${misc:Depends}
Description: C library to interface with common peripherals (development)
libsoc is a C library to interface with common peripherals (gpio, i2c, spi,
pwm) found in System on Chips (SoC)through generic Linux Kernel interfaces.
.
This package contains the library development files.
Package: libsoc2
Architecture: arm64 armhf
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C library to interface with common peripherals (runtime)
libsoc is a C library to interface with common peripherals (gpio, i2c, spi,
pwm) found in System on Chips (SoC)through generic Linux Kernel interfaces.
.
This package contains the library used at runtime.
Package: python-libsoc
Architecture: arm64 armhf
Section: python
Depends: libsoc2 (= ${binary:Version}),
${misc:Depends},
${python:Depends},
${shlibs:Depends}
Description: Python binding for libsoc
libsoc is a C library to interface with common peripherals (gpio, i2c, spi,
pwm) found in System on Chips (SoC)through generic Linux Kernel interfaces.
.
This package contains libsoc Python binding.
|