File: control

package info (click to toggle)
fpc 0.99.13-19991013-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 23,104 kB
  • ctags: 9,760
  • sloc: pascal: 253,711; ansic: 5,236; makefile: 3,855; yacc: 2,016; lex: 707; asm: 526; xml: 443; sh: 200; perl: 87; sed: 21; csh: 12; cpp: 1
file content (81 lines) | stat: -rw-r--r-- 2,623 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Source: fpc
Section: devel
Priority: optional
Architecture: i386
Maintainer: Mika Fischer <mf@debian.org>
Standards-Version: 3.0.1

Package: fp-compiler
Architecture: i386
Depends: fp-rtl (= 0.99.13-19991013-4)
Suggests: fp-utils, fp-docs (>= 0.99.13)
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.13-19991013-4)
Replaces: fpc
Description: Free Pascal Runtime Library
 Runtime Libraries for the Free Pascal Compiler.

Package: fp-utils
Architecture: i386
Recommends: fp-compiler (= 0.99.13-19991013-4)
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.13-19991013-4), fp-rtl (= 0.99.13-19991013-4)
Description: Free Pascal Free Component Library
 Free Component Library for the Free Pascal Compiler.

Package: fp-gtk
Architecture: i386
Depends: fp-compiler (= 0.99.13-19991013-4), fp-rtl (= 0.99.13-19991013-4)
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.13-19991013-4), fp-rtl (= 0.99.13-19991013-4)
Description: Free Pascal API Units
 API Units needed by Free Vision.

Package: fp-extra
Architecture: i386
Depends: fp-compiler (= 0.99.13-19991013-4), fp-rtl (= 0.99.13-19991013-4)
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