| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- Source: fpc
- Section: devel
- Priority: optional
- Maintainer: Peter Vreman <[email protected]>
- Standards-Version: 2.5.1.0
- Package: fp-compiler
- Architecture: i386
- Depends: fp-rtl (= 0.99.12b-1)
- Recommends: fp-docs (= 0.99.12b-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.12b-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.12b-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-docs
- Architecture: all
- Replaces: fpc
- Description: Free Pascal Documentation
- Documentation for the Free Pascal Compiler.
-
- Package: fp-fcl
- Architecture: i386
- Depends: fp-compiler (= 0.99.12b-1), fp-rtl (= 0.99.12b-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.12b-1), fp-rtl (= 0.99.12b-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.12b-1), fp-rtl (= 0.99.12b-1)
- Description: Free Pascal API Units
- API Units needed by Free Vision.
-
- Package: fp-fv
- Architecture: i386
- Depends: fp-compiler (= 0.99.12b-1), fp-rtl (= 0.99.12b-1), fp-api (= 0.99.12b-1)
- Description: Free Pascal Free Vision
- Free Turbo Vision clone for the Free Pascal Compiler.
-
- Package: fp-extra
- Architecture: i386
- Depends: fp-compiler (= 0.99.12b-1), fp-rtl (= 0.99.12b-1)
- 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
|