[go: up one dir, main page]

File: control

package info (click to toggle)
libdecodeqr 0.9.3-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 704 kB
  • ctags: 528
  • sloc: cpp: 3,416; sh: 279; makefile: 202
file content (49 lines) | stat: -rw-r--r-- 1,583 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
45
46
47
48
49
Source: libdecodeqr
Priority: optional
Maintainer: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Dm-Upload-Allowed: yes
Build-Depends: debhelper (>= 5), dpatch, libcv-dev
Standards-Version: 3.7.3
Section: libs

Package: libdecodeqr-dev
Section: libdevel
Architecture: any
Depends: libdecodeqr0 (=${binary:Version}), libcv-dev 
Description: A C/C++ library for decoding QR code
 libdecodeqr is a C/C++ library for decoding QR code ased on 
 JIS X 0510 and ISO/IEC18004.
 .
 This library is able to decode various image formats whether it's 
 taken from a file, webcam, scanner, or any other image formats 
 available.
 .
 This package contains development files.

Package: libdecodeqr0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A C/C++ library for decoding QR code
 libdecodeqr is a C/C++ library for decoding QR code ased on 
 JIS X 0510 and ISO/IEC18004.
 .
 This library is able to decode various image formats whether it's 
 taken from a file, webcam, scanner, or any other image formats 
 available.
 .
 This package contains shared libraries.

Package: libdecodeqr-examples
Section: libs
Architecture: any
Depends: libdecodeqr0 (=${binary:Version}),${shlibs:Depends}, ${misc:Depends}
Description: Sample program in C/C++ library for decoding QR code
 libdecodeqr is a C/C++ library for decoding QR code ased on 
 JIS X 0510 and ISO/IEC18004.
 .
 This library is able to decode various image formats whether it's 
 taken from a file, webcam, scanner, or any other image formats 
 available.
 .
 This package contains an example program.