tinycobol/info/debian/control

18 lines
617 B
Plaintext

Source: tinycobol
Section: devel
Priority: optional
Maintainer: Ferran Pegueroles Forcadell <pegueroles@airtel.net>
Standards-Version: 3.0.1
Package: tinycobol
Architecture: any
Depends: ${shlibs:Depends}, binutils , gcc , bin86
Recomends: libdb2 , libncurses5
Description: A GNU cobol compiler
TinyCOBOL is an effort to bring a free COBOL compiler to Linux. It
generates GNU assembler for the IA32 (i386) Linux, FreeBSD, Win32 platforms.
A executable binary is then created using the GNU assembler and linker.
The project is approaching the first beta release with many statements
already implemented.