File: control

package info (click to toggle)
cim 3.36-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,964 kB
  • ctags: 2,750
  • sloc: ansic: 25,286; sh: 7,612; yacc: 873; perl: 781; makefile: 155
file content (40 lines) | stat: -rw-r--r-- 1,512 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
Source: cim
Section: devel
Priority: optional
Maintainer: Luca - De Whiskey's - De Vitis <luca@debian.org>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.5.2

Package: cim
Section: devel
Architecture: any
Depends: ${shlibs:Depends}
Description: GNU Simula compiler
 GNU Cim is a compiler for the programming language Simula (except
 unspecified parameters to formal or virtual procedures (see the
 documentation for how portable code for formal procedures can be
 written)).  It offers a class concept, separate compilation with full
 type checking, interface to external C routines, an application
 package for process simulation and a coroutine concept.
 .
 The portability of the GNU Simula Compiler is based on the C
 programming language.  The compiler and the run-time system is written
 in C, and the compiler produces C code, that is passed to a C compiler
 for further processing towards machine code.

Package: libcim3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: GNU Simula compiler library.
 This package provides the library on wich the GNU Simula compiler (GNU cim) is
 based.

Package: libcim3-dev
Section: devel
Architecture: any
Depends: libcim3 (= ${Source-Version}), libc6-dev
Description: GNU Simula compiler library, header files
 This package provides the C header files for libcim. (the library on wich the
 GNU Simula compiler is based). This package allows you to interface to the
 Simula language constructs and facilities directly from C programs.