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: regina
Section: libs
Priority: optional
Maintainer: Alen Zekulic <azekulic@fesb.hr>
Build-Depends: flex, bison, binutils
Standards-Version: 3.7.2
Package: regina3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: The Regina REXX interpreter, run-time library
Regina is Anders Christensen's REXX interpreter for Unix and VMS.
.
REXX is a procedural language that allows programs and algorithms
to be written in a clear and structured way, it is also designed
to be used as a macro language by arbitrary application programs.
.
Contains runtime shared libraries.
Package: regina3-dev
Section: libdevel
Architecture: any
Depends: ${regver:Depends}, libc6-dev, cpp
Conflicts: regina2-dev
Replaces: regina2-dev
Description: The Regina REXX interpreter, development files
Regina is Anders Christensen's REXX interpreter for Unix and VMS.
.
REXX is a procedural language that allows programs and algorithms
to be written in a clear and structured way, it is also designed
to be used as a macro language by arbitrary application programs.
.
Contains static library and header file rexxsaa.h.
Package: regina-rexx
Section: interpreters
Architecture: any
Depends: ${shlibs:Depends}
Description: The Regina REXX interpreter
Regina is Anders Christensen's REXX interpreter for Unix and VMS.
.
REXX is a procedural language that allows programs and algorithms
to be written in a clear and structured way, it is also designed
to be used as a macro language by arbitrary application programs.
.
Contains the Regina REXX interpreter (regina and rexx).
|