mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 16:27:17 +01:00
88 lines
2.8 KiB
Plaintext
88 lines
2.8 KiB
Plaintext
Source: fpc
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Joseph Carter <knghtbrd@debian.org>
|
|
Standards-Version: 3.0.1
|
|
|
|
Package: fp-compiler
|
|
Architecture: i386
|
|
Depends: fp-rtl (= #PACKAGEVERSION#)
|
|
Recommends: fp-docs (= #PACKAGEVERSION#)
|
|
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 (= #PACKAGEVERSION#)
|
|
Replaces: fpc
|
|
Description: Free Pascal Runtime Library
|
|
Runtime Libraries 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:
|
|
- 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-docs
|
|
Architecture: all
|
|
Replaces: fpc
|
|
Description: Free Pascal Documentation
|
|
Documentation 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-gtk
|
|
Architecture: i386
|
|
Depends: fp-compiler (= #PACKAGEVERSION#), fp-rtl (= #PACKAGEVERSION#)
|
|
Description: Free Pascal GTK Bindings
|
|
GTK 1.2.x bindings for the Free Pascal Compiler.
|
|
|
|
Package: fp-api
|
|
Architecture: i386
|
|
Depends: fp-compiler (= #PACKAGEVERSION#), fp-rtl (= #PACKAGEVERSION#)
|
|
Description: Free Pascal API Units
|
|
API Units needed by Free Vision.
|
|
|
|
Package: fp-fv
|
|
Architecture: i386
|
|
Depends: fp-compiler (= #PACKAGEVERSION#), fp-rtl (= #PACKAGEVERSION#), fp-api (= #PACKAGEVERSION#)
|
|
Description: Free Pascal Free Vision
|
|
Free Turbo Vision clone for the Free Pascal Compiler.
|
|
|
|
Package: fp-extra
|
|
Architecture: i386
|
|
Depends: fp-compiler (= #PACKAGEVERSION#), fp-rtl (= #PACKAGEVERSION#)
|
|
Description: Free Pascal Extra Packages
|
|
Some different packages for the Free Pascal Compiler
|
|
Bindings to libraries:
|
|
- MySql bindings
|
|
- InterBase bindings
|
|
- Postgres bindings
|
|
- Ncurses bindings
|
|
- Forms 0.88/0.86 bindings
|
|
- Svgalib bindings
|
|
Other units:
|
|
- Inet unit for easier tcp/ip handling
|
|
- Uncgi unit
|
|
- Utmp unit
|