control 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. Source: fpc
  2. Section: devel
  3. Priority: optional
  4. Maintainer: Peter Vreman <[email protected]>
  5. Standards-Version: 2.5.1.0
  6. Package: fp-compiler
  7. Architecture: i386
  8. Depends: fp-rtl (= 0.99.12b-1)
  9. Recommends: fp-docs (= 0.99.12b-1)
  10. Suggests: fp-utils
  11. Replaces: fpc
  12. Description: Free Pascal Compiler
  13. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit
  14. Pascal Compiler. It comes with fully TP 7.0 compatible run-time library.
  15. Some extensions are added to the language, like function overloading. Shared
  16. libraries can be linked and created. Basic Delphi support is already
  17. implemented (classes,exceptions,ansistrings). This package contains
  18. the commandline compiler. You need at least the RTL package before you
  19. can start compiling anything.
  20. Package: fp-rtl
  21. Architecture: i386
  22. Recommends: fp-compiler (= 0.99.12b-1)
  23. Replaces: fpc
  24. Description: Free Pascal Runtime Library
  25. Runtime Libraries for the Free Pascal Compiler.
  26. Package: fp-utils
  27. Architecture: i386
  28. Recommends: fp-compiler (= 0.99.12b-1)
  29. Replaces: fpc
  30. Description: Free Pascal Utils
  31. This package contains some handy utils for usage with the Free Pascal
  32. Compiler:
  33. - h2pas : Convert .h files to pascal units
  34. - ppdep : Create a dependency file which can be used with Makefiles
  35. - ptop : Source beautifier
  36. - ppudump : Dump the information stored in a .ppu (unit) file
  37. - ppumove : Place multiple units in a shared library
  38. Package: fp-docs
  39. Architecture: all
  40. Replaces: fpc
  41. Description: Free Pascal Documentation
  42. Documentation for the Free Pascal Compiler.
  43. Package: fp-fcl
  44. Architecture: i386
  45. Depends: fp-compiler (= 0.99.12b-1), fp-rtl (= 0.99.12b-1)
  46. Description: Free Pascal Free Component Library
  47. Free Component Library for the Free Pascal Compiler.
  48. Package: fp-gtk
  49. Architecture: i386
  50. Depends: fp-compiler (= 0.99.12b-1), fp-rtl (= 0.99.12b-1)
  51. Description: Free Pascal GTK Bindings
  52. GTK 1.2.x bindings for the Free Pascal Compiler.
  53. Package: fp-api
  54. Architecture: i386
  55. Depends: fp-compiler (= 0.99.12b-1), fp-rtl (= 0.99.12b-1)
  56. Description: Free Pascal API Units
  57. API Units needed by Free Vision.
  58. Package: fp-fv
  59. Architecture: i386
  60. Depends: fp-compiler (= 0.99.12b-1), fp-rtl (= 0.99.12b-1), fp-api (= 0.99.12b-1)
  61. Description: Free Pascal Free Vision
  62. Free Turbo Vision clone for the Free Pascal Compiler.
  63. Package: fp-extra
  64. Architecture: i386
  65. Depends: fp-compiler (= 0.99.12b-1), fp-rtl (= 0.99.12b-1)
  66. Description: Free Pascal Extra Packages
  67. Some different packages for the Free Pascal Compiler
  68. Bindings to libraries:
  69. - MySql bindings
  70. - InterBase bindings
  71. - Postgres bindings
  72. - Ncurses bindings
  73. - Forms 0.88/0.86 bindings
  74. - Svgalib bindings
  75. Other units:
  76. - Inet unit for easier tcp/ip handling
  77. - Uncgi unit
  78. - Utmp unit