Free Pascal Runtime Library: Difference between revisions

Content deleted Content added
LGPL with static linking exception license
FrescoBot (talk | contribs)
m Bot: link syntax and minor changes
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_LicenseGNU |Lesser General Public License|LGPL]] with a static linking exception.
 
== Further reading ==