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
|
Source: oo2c32
Section: devel
Priority: optional
Maintainer: Mike Goldman <whig@by.net>
Standards-Version: 2.5.0.0
Package: oo2c
Architecture: i386 m68k powerpc sparc arm
Depends: ${shlibs:Depends}, liboo2c (= ${Source-Version}), gcc, libc6-dev, libgc-dev
Description: Optimizing Oberon-2 to ANSI-C Compiler
Oberon-2 is an object-oriented programming language, a successor of
Pascal, designed by the renowned Niklaus Wirth. It combines the popular
and proven design of Pascal (strict type system, easy to read code,
easy to follow program flow, possibility to naturally structure your
source code) with the modularity of Modula-2 and enhances both of them
with clean, simple but powerful object-oriented concepts, including
inheritance, dynamic type information, virtual methods, various access
rules on class and module basis and a built-in garbage collector.
.
OO2C is the first compiler of the Optimizing Oberon-2 Compiler (OOC)
project. OOC's goal is to provide optimizing native code Oberon-2
compilers for a number of popular computer architectures. This version
is limited to 32-bit platforms.
Package: liboo2c
Section: libs
Architecture: i386 m68k powerpc sparc arm
Depends: ${shlibs:Depends}
Conflicts: voberon (<< 19991220-1)
Description: Optimizing Oberon-2 to ANSI-C Compiler (library)
OO2C is the first compiler of the Optimizing Oberon-2 Compiler (OOC)
project. OOC's goal is to provide optimizing native code Oberon-2
compilers for a number of popular computer architectures. Programs
built with OO2C require this library.
|