[MLton-commit] r5925

Vesa Karvonen vesak at mlton.org
Wed Aug 22 05:49:16 PDT 2007


Updated info.

----------------------------------------------------------------------

U   mltonlib/trunk/com/ssh/extended-basis/unstable/README

----------------------------------------------------------------------

Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/README
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/README	2007-08-22 12:44:31 UTC (rev 5924)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/README	2007-08-22 12:49:15 UTC (rev 5925)
@@ -16,9 +16,9 @@
 ----
 
    License:         MLton license (a BSD-style license)
-   Portability:     portable
+   Portability:     portable (MLton and SML/NJ are actively supported)
    Stability:       experimental
-   Maintainer:      Vesa Karvonen <vesa.karvonen at cs.helsinki.fi>
+   Maintainer:      Vesa Karvonen <vesa.a.j.k at gmail.com>
 
 
 About Library Organization
@@ -28,8 +28,8 @@
 
       This directory contains the documented signature definitions (*.sig)
       and listings of all top-level bindings exported by this library
-      (export*.sml).  The contents of this directory should be sufficient
-      to understand the extensions provided by this library.
+      (export*.sml).  The contents of this directory should ideally be
+      sufficient to understand the extensions provided by this library.
 
    basis.{cm,mlb,use}
 
@@ -51,7 +51,7 @@
 
    detail/ml/$(SML_COMPILER)/
 
-      These directories (e.g. detail/mlton/) contain compiler specific
+      These directories (e.g. detail/ml/mlton/) contain compiler specific
       implementation details.  Different compilers implement different
       subsets of the original basis library.
 
@@ -104,7 +104,7 @@
 
    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
+   bug fixes, 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




More information about the MLton-commit mailing list