mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-19 18:11:42 +02:00
65 lines
2.1 KiB
Plaintext
65 lines
2.1 KiB
Plaintext
Source: fpc
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Peter Vreman <pfv@cooldown.demon.nl>
|
|
Standards-Version: 2.5.1.0
|
|
|
|
Package: fp-compiler
|
|
Architecture: i386
|
|
Depends: fp-rtl (= 0.99.11-1)
|
|
Suggests: fp-utils
|
|
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 (= 0.99.11-1)
|
|
Replaces: fpc
|
|
Description: Free Pascal Runtime Library
|
|
Runtime Libraries for the Free Pascal Compiler.
|
|
|
|
Package: fp-utils
|
|
Architecture: i386
|
|
Recommends: fp-compiler (= 0.99.11-1)
|
|
Replaces: fpc
|
|
Description: Free Pascal Utils
|
|
This package contains some handy utils for usage with the Free Pascal
|
|
Compiler:
|
|
- h2pas : Convert .h files to pascal units
|
|
- ppdep : Create a dependency file which can be used with Makefiles
|
|
- ptop : Source beautifier
|
|
- ppudump : Dump the information stored in a .ppu (unit) file
|
|
- ppumove : Place multiple units in a shared library
|
|
|
|
Package: fp-fcl
|
|
Architecture: i386
|
|
Depends: fp-compiler (= 0.99.11-1), fp-rtl (= 0.99.11-1)
|
|
Description: Free Pascal Free Component Library
|
|
Free Component Library for the Free Pascal Compiler.
|
|
|
|
Package: fp-gtk
|
|
Architecture: i386
|
|
Depends: fp-compiler (= 0.99.11-1), fp-rtl (= 0.99.11-1)
|
|
Description: Free Pascal GTK Bindings
|
|
GTK 1.2.x bindings for the Free Pascal Compiler.
|
|
|
|
Package: fp-api
|
|
Architecture: i386
|
|
Depends: fp-compiler (= 0.99.11-1), fp-rtl (= 0.99.11-1)
|
|
Description: Free Pascal API Units
|
|
API Units needed by Free Vision.
|
|
|
|
Package: fp-fv
|
|
Architecture: i386
|
|
Depends: fp-compiler (= 0.99.11-1), fp-rtl (= 0.99.11-1), fp-api (= 0.99.11-1)
|
|
Description: Free Pascal Free Vision
|
|
Free Turbo Vision clone for the Free Pascal Compiler.
|
|
|