control 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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.12a-1)
  9. Recommends: fp-docs (= 0.99.12a-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.12a-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.12a-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. Recommends: fp-docs (= 0.99.12a-1)
  41. Replaces: fpc
  42. Description: Free Pascal Documentation
  43. Documentation for the Free Pascal Compiler.
  44. Package: fp-fcl
  45. Architecture: i386
  46. Depends: fp-compiler (= 0.99.12a-1), fp-rtl (= 0.99.12a-1)
  47. Description: Free Pascal Free Component Library
  48. Free Component Library for the Free Pascal Compiler.
  49. Package: fp-gtk
  50. Architecture: i386
  51. Depends: fp-compiler (= 0.99.12a-1), fp-rtl (= 0.99.12a-1)
  52. Description: Free Pascal GTK Bindings
  53. GTK 1.2.x bindings for the Free Pascal Compiler.
  54. Package: fp-api
  55. Architecture: i386
  56. Depends: fp-compiler (= 0.99.12a-1), fp-rtl (= 0.99.12a-1)
  57. Description: Free Pascal API Units
  58. API Units needed by Free Vision.
  59. Package: fp-fv
  60. Architecture: i386
  61. Depends: fp-compiler (= 0.99.12a-1), fp-rtl (= 0.99.12a-1), fp-api (= 0.99.12a-1)
  62. Description: Free Pascal Free Vision
  63. Free Turbo Vision clone for the Free Pascal Compiler.
  64. Package: fp-extra
  65. Architecture: i386
  66. Depends: fp-compiler (= 0.99.12a-1), fp-rtl (= 0.99.12a-1)
  67. Description: Free Pascal Extra Packages
  68. Some different packages for the Free Pascal Compiler
  69. Bindings to libraries:
  70. - MySql bindings
  71. - InterBase bindings
  72. - Postgres bindings
  73. - Ncurses bindings
  74. - Forms 0.88/0.86 bindings
  75. - Svgalib bindings
  76. Other units:
  77. - Inet unit for easier tcp/ip handling
  78. - Uncgi unit
  79. - Utmp unit