Difference between revisions of "Libraries"
From Clean
Jump to navigationJump to searchBas Lijnse (talk | contribs) |
Bas Lijnse (talk | contribs) |
||
Line 1: | Line 1: | ||
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. | 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. | ||
− | == | + | == Libraries distributed with Clean == |
{| style="width: 100%" border="1" | {| 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 Conditions]] | + | |[[StdEnv]] || The Clean standard library || Windows,Linux,Mac || [[Clean License Conditions]] |
|- | |- | ||
+ | |[[ArgEnvWindows]] || Access to environment variables and commandline arguments || Windows,Linux || [[Clean License Conditions]] | ||
+ | |- | ||
+ | |[[Directory]] || Access to the filesystem directories || Windows,Linux || [[Clean License Conditions]] | ||
+ | |- | ||
+ | |[[Dynamics]] || Libraries for using dynamic types || Windows || [[Clean License Conditions]] | ||
+ | |- | ||
+ | |[[ExceptionsWindows]] || Exception handling libraries || Windows || [[Clean License Conditions]] | ||
+ | |- | ||
+ | |[[ExtendedArith]] || Big integers, rational and complex numbers || Windows,Linux,Mac || [[Clean License Conditions]] | ||
|} | |} | ||
== Other libraries == | == Other libraries == |
Revision as of 10:27, 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.
Libraries distributed with Clean
Name | Description | Platform(s) | License |
---|---|---|---|
StdEnv | The Clean standard library | Windows,Linux,Mac | Clean License Conditions |
ArgEnvWindows | Access to environment variables and commandline arguments | Windows,Linux | Clean License Conditions |
Directory | Access to the filesystem directories | Windows,Linux | Clean License Conditions |
Dynamics | Libraries for using dynamic types | Windows | Clean License Conditions |
ExceptionsWindows | Exception handling libraries | Windows | Clean License Conditions |
ExtendedArith | Big integers, rational and complex numbers | Windows,Linux,Mac | Clean License Conditions |