Free Pascal Runtime Library: Difference between revisions

Content deleted Content added
Rro4785 (talk | contribs)
External links: Added Widget toolkits template
LGPL with static linking exception license
Line 1:
[[File:Lazarus architecture.svg|thumb|Interaction of class libraries and widgetsets in Lazarus and Free Pascal]]
The '''Free Pascal Runtime Library''', abbreviated ''RTL'', is [[Free Pascal]]'s [[runtime library]].
 
The RTL consists of a collection of [[Unit (Software Development)|units]] that provide [[Component-based software engineering|components]] and [[Class (computer programming)|classes]] for general programming tasks. It acts as a basis for [[Free Pascal]]'s [[Free Component Library]] (FCL) and the [[Lazarus Component Library]] (LCL). The RTL is licensed under the [[https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License | LGPL]] with a static linking exception.
 
== Further reading ==
Line 36:
[[Category:Computer libraries]]
[[Category:Platform-sensitive development]]
[[Category:Software using the LGPL license]]