fpc/install/debian/control.in
1999-12-23 19:43:59 +00:00

80 lines
2.5 KiB
Plaintext

Source: fpc
Section: devel
Priority: optional
Architecture: i386
Maintainer: Mika Fischer <mf@debian.org>
Standards-Version: 3.1.1
Package: fp-compiler
Architecture: i386
Depends: fp-rtl (= #PACKAGEVERSION#)
Suggests: fp-utils, fp-docs (>= #FPCVERSION#)
Replaces: fpc
Description: Free Pascal Compiler
The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit
Pascal Compiler. It comes with fully TP 7.0 compatible run-time library.
Some extensions are added to the language, like function overloading. Shared
libraries can be linked and created. Basic Delphi support is already
implemented (classes,exceptions,ansistrings). This package contains
the commandline compiler. You need at least the RTL package before you
can start compiling anything.
Package: fp-rtl
Architecture: i386
Recommends: fp-compiler (= #PACKAGEVERSION#)
Replaces: fpc
Description: Free Pascal Runtime Library
Runtime Libraries for the Free Pascal Compiler.
Package: fp-fcl
Architecture: i386
Depends: fp-compiler (= #PACKAGEVERSION#), fp-rtl (= #PACKAGEVERSION#)
Description: Free Pascal Free Component Library
Free Component Library for the Free Pascal Compiler.
Package: fp-utils
Architecture: i386
Recommends: fp-compiler (= #PACKAGEVERSION#)
Replaces: fpc
Description: Free Pascal Utils
This package contains some handy utils for usage with the Free Pascal
Compiler:
- ppumove Place multiple units in a shared library
- ppufiles Show needed files for units
- ppudump Dump the information stored in a .ppu (unit) file
- fpcmake Create Makefile from Makefile.fpc
- h2pas Convert .h files to pascal units
- ppdep Create a dependency file which can be used with Makefiles
- ptop Source beautifier
Package: fp-docs
Architecture: all
Replaces: fpc
Description: Free Pascal Documentation
Documentation for the Free Pascal Compiler. The documentation is
only available in PDF format.
Package: fp-packages
Architecture: i386
Depends: fp-compiler (= #PACKAGEVERSION#), fp-rtl (= #PACKAGEVERSION#)
Description: Free Pascal Extra Packages
Some different packages for the Free Pascal Compiler
Graphics:
- Ncurses bindings
- Svgalib bindings
- GGI bindings
- OpenGL bindings
X11:
- GTK 1.2.x bindings
- Forms 0.88 bindings
Database:
- MySql bindings
- InterBase bindings
- Postgres bindings
Other units:
- Inet unit for easier tcp/ip handling
- API units for os independent keyboard/mouse/console handling
(used by Free Vision)
- Uncgi unit
- Utmp unit