Libraries: Difference between revisions
From Clean
Jump to navigationJump to search
Bas Lijnse (talk | contribs) Created page with 'This page we give an overview of libraries that are available. The overview is split into libraries that are bundled in a Clean distribution and other libraries. If you have writ…' |
Bas Lijnse (talk | contribs) |
||
Line 2: | Line 2: | ||
== Bundled Libraries == | == Bundled Libraries == | ||
{| | {| style="width: 100%" border="1" | ||
! Name || Description || Platform(s) || License | ! Name || Description || Platform(s) || License | ||
|- | |- | ||
| StdEnv || The Clean standard library|| Windows,Linux,Mac ||Clean License | | [[StdEnv]] || The Clean standard library|| Windows,Linux,Mac || [[Clean License Conditions]] | ||
|- | |- | ||
|} | |} | ||
== Other libraries == | == Other libraries == |
Revision as of 08:46, 6 July 2010
This page we give an overview of libraries that are available. The overview is split into libraries that are bundled in a Clean distribution and other libraries. If you have written a library, feel free to list it in this overview.
Bundled Libraries
Name | Description | Platform(s) | License |
---|---|---|---|
StdEnv | The Clean standard library | Windows,Linux,Mac | Clean License Conditions |