[MLton-commit] r4755
Vesa Karvonen
vesak at mlton.org
Mon Oct 23 05:05:49 PDT 2006
Documentation.
----------------------------------------------------------------------
U mltonlib/trunk/com/ssh/extended-basis/unstable/readme.txt
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/readme.txt
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/readme.txt 2006-10-23 11:03:03 UTC (rev 4754)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/readme.txt 2006-10-23 12:05:40 UTC (rev 4755)
@@ -12,6 +12,15 @@
functions such as isZero, isEven and isOdd.
+Info
+----
+
+ License: MLton-LICENSE
+ Portability: portable
+ Stability: experimental
+ Maintainer: Vesa Karvonen <vesa.karvonen at cs.helsinki.fi>
+
+
About Library Organization
--------------------------
@@ -44,7 +53,7 @@
This directory contains the implementation details of the library.
- detail/<compiler>/
+ detail/<COMPILER>/
These directories (e.g. detail/mlton/) contain compiler specific
implementation details. Different compilers implement different
@@ -86,6 +95,28 @@
*the* basis library for it, should go into other libraries.
+Contributions
+-------------
+
+ The signatures and structures defined by this library are not meant to
+ be cast in stone! We welcome contributions including new extensions,
+ bugfixes, and ports to new compilers. The recommended submit method
+ for small contributions to this library is to send a message with a
+ brief description of the proposed contribution as well as a patch
+ containing full code and documentation (signature comments) to either
+ the MLton-user list
+
+ mlton-user at mlton.org
+
+ or the MLton list
+
+ mlton at mlton.org .
+
+ For larger extensions or changes we recommend that you first contact
+ the active maintainer(s) of this library. The preferred contact method
+ is through the above mailing lists.
+
+
References
----------
More information about the MLton-commit
mailing list