File: control

package info (click to toggle)
libieee1284 0.2.11-14
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 3,816 kB
  • sloc: sh: 8,712; ansic: 5,324; xml: 1,897; makefile: 84
file content (36 lines) | stat: -rw-r--r-- 1,345 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
Source: libieee1284
Priority: optional
Section: libs
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.0
Homepage: http://cyberelk.net/tim/software/libieee1284/

Package: libieee1284-3-dev
Section: libdevel
Architecture: any
Depends: libieee1284-3 (= ${binary:Version}), ${misc:Depends}
Description: cross-platform library for parallel port access [development files]
 This library was designed to ease the use of the parallel port. It will
 automatically figure out which access method is available, depending on the
 running kernel and the permissions of the process.
 .
 It handles particular queries to the devices, like fetching the Device ID of
 a device.
 .
 This package contains the development files needed to build your applications
 using the libieee1284.

Package: libieee1284-3
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: cross-platform library for parallel port access
 This library was designed to ease the use of the parallel port. It will 
 automatically figure out which access method is available, depending on the 
 running kernel and the permissions of the process. 
 . 
 It handles particular queries to the devices, like fetching the Device ID of 
 a device.