File: control

package info (click to toggle)
open-cobol 1.1-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 6,256 kB
  • ctags: 7,627
  • sloc: ansic: 36,307; sh: 34,639; yacc: 5,763; lex: 1,712; cobol: 480; perl: 215; makefile: 200
file content (46 lines) | stat: -rw-r--r-- 1,177 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
Source: open-cobol
Section: devel
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper (>= 8.0.0),
 autotools-dev,
 libgmp3-dev,
 libltdl3-dev,
 libdb-dev,
 libncurses5-dev,
 autoconf,
 bison,
 flex,
 texinfo,
Standards-Version: 3.9.3
Homepage: http://www.opencobol.org/

Package: open-cobol
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 libcob1-dev (=${binary:Version}),
 libgmp3-dev,
 libltdl3-dev,
 libdb-dev,
 libncurses5-dev,
Description: COBOL compiler
 OpenCOBOL implements substantial part of the COBOL 85 and COBOL 2002
 standards, as well as many extensions of the existent compilers.  OpenCOBOL
 translates COBOL into C and compiles the translated code using GCC.

Package: libcob1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: COBOL compiler - runtime library
 This package contains the runtime library for open-cobol.

Package: libcob1-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libcob1 (=${binary:Version})
Description: COBOL compiler - development files
 This package contains the development files for open-cobol.