File: control

package info (click to toggle)
iec16022 0.2.4-1.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 1,360 kB
  • ctags: 197
  • sloc: sh: 10,218; ansic: 1,989; makefile: 50
file content (47 lines) | stat: -rw-r--r-- 1,788 bytes parent folder | download | duplicates (2)
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
45
46
47
Source: iec16022
Section: graphics
Priority: optional
Maintainer: Jan Lübbe <jluebbe@debian.org>
Build-Depends: debhelper (>= 7), zlib1g-dev, libpopt-dev, dh-autoreconf
Standards-Version: 3.8.3
Homepage: http://www.datenfreihafen.org/projects/iec16022.html
Vcs-Browser: http://git.debian.org/?p=users/jluebbe/iec16022.git
Vcs-Git: git://git.debian.org/git/users/jluebbe/iec16022.git

Package: iec16022
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Generates 2d ISO/IEC 16022 barcodes (data matrix/semacode)
 The program generates a 2d datamatrix/semacode barcode from a
 parameter or from a file and produces output in various formats (png,
 eps, ascii-art).
 .
 http://www.semapedia.org/ for example uses semacode tags to create
 real-world "links" to wikipedia articles.

Package: libiec16022-0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library to generate 2d ISO/IEC 16022 barcodes (data matrix/semacode)
 The library generates a 2d datamatrix/semacode barcode from a
 parameter or from a file and produces output in various formats (png,
 eps, ascii-art).
 .
 http://www.semapedia.org/ for example uses semacode tags to create
 real-world "links" to wikipedia articles.

Package: libiec16022-dev
Architecture: any
Section: libdevel
Depends: libiec16022-0 (= ${binary:Version}), ${misc:Depends}
Description: Development files for the ISO/IEC 16022 barcodes library
 The library generates a 2d datamatrix/semacode barcode from a
 parameter or from a file and produces output in various formats (png,
 eps, ascii-art).
 .
 http://www.semapedia.org/ for example uses semacode tags to create
 real-world "links" to wikipedia articles.
 .
 Install this package if you want to develop programs using libiec16022.