File: control

package info (click to toggle)
libsoc 0.8.2-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 404 kB
  • sloc: ansic: 2,394; python: 263; sh: 90; makefile: 65
file content (43 lines) | stat: -rw-r--r-- 1,516 bytes parent folder | download
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.