File: control

package info (click to toggle)
libuio 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: ansic: 1,155; makefile: 40; sh: 12
file content (44 lines) | stat: -rw-r--r-- 1,420 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
44
Source: libuio
Section: libs
Priority: optional
Maintainer: Burak Gerz <burak@gerz.io>
Build-Depends: debhelper-compat (= 13), pkgconf, libglib2.0-dev, texinfo, git
Standards-Version: 4.6.2
Homepage: https://github.com/missinglinkelectronics/libuio
Vcs-Browser: https://salsa.debian.org/debian/libuio
Vcs-Git: https://salsa.debian.org/debian/libuio.git
Rules-Requires-Root: no

Package: libuio-dev
Section: libdevel
Multi-Arch: same
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libuio2 (= ${binary:Version}),
	 libglib2.0-dev,
	 ${misc:Depends}
Description: Userspace IO helper library development files
 A small Userspace IO driver helper library. (development files)
 More details about UIO can be found here:
 https://www.kernel.org/doc/html/latest/driver-api/uio-howto.html

Package: libuio2
Multi-Arch: same
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
	 ${misc:Depends}
Description: Userspace IO helper library
 A small Userspace IO driver helper library.
 More details about UIO can be found here:
 https://www.kernel.org/doc/html/latest/driver-api/uio-howto.html

Package: lsuio
Section: misc
Multi-Arch: foreign
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: list Userspace IO devices
 Example applications for Userspace IO.
 More details about UIO can be found here:
 https://www.kernel.org/doc/html/latest/driver-api/uio-howto.html