Difference between revisions of "Package List"

From Free Pascal wiki
Jump to navigationJump to search
(chm page now link)
(Expanded a bit)
Line 3: Line 3:
 
For other meanings of '''Package''' in the combined FPC/Lazarus projects see [[packages(disambiguation)|Packages(disambiguation)]].
 
For other meanings of '''Package''' in the combined FPC/Lazarus projects see [[packages(disambiguation)|Packages(disambiguation)]].
  
* a52
+
* a52 - unit for A-52 stream decoder. see  [http://liba52.sourceforge.net/ sf page liba52]
* amunits
+
* amunits - Amiga related units (68k?)
* aspell
+
* aspell - Aspell header unit.
* bfd
+
* bfd -  Header to GNU Binary File Descriptor library (part of binutils)
* bzip2
+
* bzip2 - bzip2 decoding. Turbo Pascal object, standalone, not an header.
* cairo
+
* cairo - headers for cairo, a vector graphics library with display and print output. (GTK related, win32 prepared)
* cdrom
+
* cdrom - A linux/windows unit to detect cdrom drives, and get a list of TOC entries (Linux version=Ancient?)
 
* [[chm]] - .CHM helpfile reader/writer package. Used for textmode IDE, fpdoc, lazarus chmhelp component/package.
 
* [[chm]] - .CHM helpfile reader/writer package. Used for textmode IDE, fpdoc, lazarus chmhelp component/package.
 
* dbus [[FPC and DBus]] - Headers for dbus inter-process communication library.
 
* dbus [[FPC and DBus]] - Headers for dbus inter-process communication library.
* dts
+
* dts - libdts headers, which provides a low-level interface to decoding audio frames encoded using DTS Coherent Acoustics
 
* [[fcl-async]]
 
* [[fcl-async]]
 
* [[fcl-base]]
 
* [[fcl-base]]
* [[fcl-db]]
+
* [[fcl-db]]       [[FCL]] Database support (including sqldb and tdbf)
* [[fcl-fpcunit]]
+
* [[fcl-fpcunit]] [[FCL]] FPCUNIT testing framework
 
* [[fcl-image]]    [[FCL]] fpimage, fpcanvas generic image support plus helpers.
 
* [[fcl-image]]    [[FCL]] fpimage, fpcanvas generic image support plus helpers.
 
* [[fcl-json]]
 
* [[fcl-json]]
Line 23: Line 23:
 
* [[fcl-process]]
 
* [[fcl-process]]
 
* [[fcl-registry]]
 
* [[fcl-registry]]
* fcl-res
+
* [[fcl-res]]
 
* [[fcl-web]]
 
* [[fcl-web]]
 
* [[fcl-xml]]
 
* [[fcl-xml]]
* fftw
+
* fftw - FFTW - Fastest Fourier Transform in the West library (so apparantly the Eastern one is faster?)
* fpgtk
+
* fpgtk - Old fpgtk framework, used to be used for fpde (documentation editor).
 
* fpmkunit - linkable parts of fpmake and fppkg subsystem
 
* fpmkunit - linkable parts of fpmake and fppkg subsystem
 
* [[Free Vision|fv - Free Vision]]
 
* [[Free Vision|fv - Free Vision]]
 
* gbaunits
 
* gbaunits
* gdbint
+
* gdbint - Interface to gdblib. (static linking to GDB), for the IDE.
 
* gdbm
 
* gdbm
 
* ggi
 
* ggi
 
* gnome1
 
* gnome1
 
* graph - implementation of Graph unit compatible to that one originally available with TP/BP
 
* graph - implementation of Graph unit compatible to that one originally available with TP/BP
* gtk1
+
* gtk1 - gtk1 headers
* gtk2
+
* gtk2 - gkt2 headers
 
* hash
 
* hash
 
* hermes
 
* hermes
Line 43: Line 43:
 
* [[FPC and Apache Modules|httpd20]] - A translation of the Apache 2.0.x headers to develop modules.   
 
* [[FPC and Apache Modules|httpd20]] - A translation of the Apache 2.0.x headers to develop modules.   
 
* [[FPC and Apache Modules|httpd22]] - A translation of the Apache 2.2.x headers to develop modules.   
 
* [[FPC and Apache Modules|httpd22]] - A translation of the Apache 2.2.x headers to develop modules.   
* ibase
+
* ibase - Interbase and Firebird headers ?
 
* [[PascalMagick|imagemagick]] - ImageMagick headers for pascal.
 
* [[PascalMagick|imagemagick]] - ImageMagick headers for pascal.
 
* imlib
 
* imlib
 
* [[iconvenc]] A header translation of the iconv library headers.
 
* [[iconvenc]] A header translation of the iconv library headers.
 
* ldap
 
* ldap
* libc
+
* libc - deprecated Kylix compatibility lib. Linux/x86 only. See [[libc unit]]
 
* libcurl
 
* libcurl
 
* libgd
 
* libgd
Line 60: Line 60:
 
* ncurses
 
* ncurses
 
* newt
 
* newt
* numlib
+
* numlib - numeric math lib (TP dialect) from TU/E.
 
* odbc
 
* odbc
 
* oggvorbis
 
* oggvorbis
Line 85: Line 85:
 
* syslog
 
* syslog
 
* tcl
 
* tcl
* univint
+
* univint - OS X (Carbon) headers.
 
* unixutil
 
* unixutil
 
* unzip
 
* unzip

Revision as of 17:54, 12 October 2008

This particular page is about the packages directory in SVN where all non-RTL packages are kept.

For other meanings of Package in the combined FPC/Lazarus projects see Packages(disambiguation).

  • a52 - unit for A-52 stream decoder. see sf page liba52
  • amunits - Amiga related units (68k?)
  • aspell - Aspell header unit.
  • bfd - Header to GNU Binary File Descriptor library (part of binutils)
  • bzip2 - bzip2 decoding. Turbo Pascal object, standalone, not an header.
  • cairo - headers for cairo, a vector graphics library with display and print output. (GTK related, win32 prepared)
  • cdrom - A linux/windows unit to detect cdrom drives, and get a list of TOC entries (Linux version=Ancient?)
  • chm - .CHM helpfile reader/writer package. Used for textmode IDE, fpdoc, lazarus chmhelp component/package.
  • dbus FPC and DBus - Headers for dbus inter-process communication library.
  • dts - libdts headers, which provides a low-level interface to decoding audio frames encoded using DTS Coherent Acoustics
  • fcl-async
  • fcl-base
  • fcl-db FCL Database support (including sqldb and tdbf)
  • fcl-fpcunit FCL FPCUNIT testing framework
  • fcl-image FCL fpimage, fpcanvas generic image support plus helpers.
  • fcl-json
  • fcl-net networking parts of the FCL, including the former netdb - DNS resolving
  • fcl-passrc
  • fcl-process
  • fcl-registry
  • fcl-res
  • fcl-web
  • fcl-xml
  • fftw - FFTW - Fastest Fourier Transform in the West library (so apparantly the Eastern one is faster?)
  • fpgtk - Old fpgtk framework, used to be used for fpde (documentation editor).
  • fpmkunit - linkable parts of fpmake and fppkg subsystem
  • fv - Free Vision
  • gbaunits
  • gdbint - Interface to gdblib. (static linking to GDB), for the IDE.
  • gdbm
  • ggi
  • gnome1
  • graph - implementation of Graph unit compatible to that one originally available with TP/BP
  • gtk1 - gtk1 headers
  • gtk2 - gkt2 headers
  • hash
  • hermes
  • httpd13 - A translation of the Apache 1.3.x headers to develop modules.
  • httpd20 - A translation of the Apache 2.0.x headers to develop modules.
  • httpd22 - A translation of the Apache 2.2.x headers to develop modules.
  • ibase - Interbase and Firebird headers ?
  • imagemagick - ImageMagick headers for pascal.
  • imlib
  • iconvenc A header translation of the iconv library headers.
  • ldap
  • libc - deprecated Kylix compatibility lib. Linux/x86 only. See libc unit
  • libcurl
  • libgd
  • libndsfpc
  • libpng
  • lua
  • mad
  • matroska
  • modplug
  • mysql
  • ncurses
  • newt
  • numlib - numeric math lib (TP dialect) from TU/E.
  • odbc
  • oggvorbis
  • openal
  • opengl - an interface to OpenGL (Open Graphics Library)
  • openssl
  • oracle
  • os2units - interfaces to various libraries available under OS/2 and eComStation
  • palmunits
  • pasjpeg
  • paszlib
  • pcap
  • postgres
  • ptc
  • pthreads
  • pxlib
  • regexpr - Regex engine
  • rexx - interface to REXX SAA headers allowing to use Pascal code in REXX scripts
  • sdl
  • sndfile
  • sqlite
  • svgalib
  • symbolic - expression parser with minimal symbolic manipulation
  • syslog
  • tcl
  • univint - OS X (Carbon) headers.
  • unixutil
  • unzip
  • users
  • utmp
  • uuid - A basic libuuid header.
  • winunits-base - Additional windows units. Mostly Delphi compat (activex, comobj)
  • winunits-jedi - Very complete winapi header translation from Jedi
  • x11 - Basic X headers
  • xforms - Basic XForms headers
  • zlib - Basic zlib headers