Difference between revisions of "Contributed Units"

From Free Pascal wiki
Jump to navigationJump to search
m
 
(Links corrected.)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
* [[PascalMagick|PascalMagick]] - ImageMagick headers for pascal.
+
An extensive list of community-contributed units for Free Pascal is available at the [http://www.freepascal.org/contrib/contribs.html Free Pascal site]. Contributed Units for Lazarus are listed at [[Components and Code examples]]. Another extensive archive of units for Lazarus is provided with the [http://sourceforge.net/projects/lazarus-ccr/ Lazarus Code and Component Repository].
  
* [[FPC and Apache Modules]] - A translation of the Apache headers to develop modules.
+
==Additional contributed units==
 +
* [http://dexrow.blogspot.com/2007/08/wol.html WOL]: Window Object Library, an object library of windows written in object pascal and [http://dexrow.blogspot.com/2007/08/wol.html wolgui] library and RAD for free pascal
  
* [[FPC and DBus]] - Headers for dbus inter-process communication library.
+
== External links ==
 +
* [http://www.freepascal.org/contrib/contribs.html Free Pascal Contributed Units]
 +
* [http://sourceforge.net/projects/lazarus-ccr/ Lazarus Code and Component Repository]
 +
* [http://sourceforge.net/projects/opengpsx/ OpenGPSX], Lazarus Component for GPS interface programming
 +
* [http://www.pascalscada.com PascalSCADA], a set of Lazarus components supporting the development of industrial applications
 +
* [http://sourceforge.net/projects/curlpas/ CurlPas and TidyPas], bindings and object-oriented wrapper for LibCURL and HTML-tidy.
 +
 
 +
[[Category:Units]]
 +
[[Category:Community]]

Latest revision as of 13:16, 21 September 2013

An extensive list of community-contributed units for Free Pascal is available at the Free Pascal site. Contributed Units for Lazarus are listed at Components and Code examples. Another extensive archive of units for Lazarus is provided with the Lazarus Code and Component Repository.

Additional contributed units

  • WOL: Window Object Library, an object library of windows written in object pascal and wolgui library and RAD for free pascal

External links