[MLton-commit] r5954

Vesa Karvonen vesak at mlton.org
Sat Aug 25 14:40:10 PDT 2007


Minimal README.

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

A   mltonlib/trunk/com/ssh/prettier/unstable/README

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

Added: mltonlib/trunk/com/ssh/prettier/unstable/README
===================================================================
--- mltonlib/trunk/com/ssh/prettier/unstable/README	2007-08-25 21:23:19 UTC (rev 5953)
+++ mltonlib/trunk/com/ssh/prettier/unstable/README	2007-08-25 21:40:10 UTC (rev 5954)
@@ -0,0 +1,77 @@
+Pretty-Printing Library
+-----------------------
+
+   This library provides a pretty-printing library.  The design is
+   primarily based on Philip Wadler's article ``A prettier printer''
+ 
+      [http://homepages.inf.ed.ac.uk/wadler/topics/language-design.html]
+ 
+   which is a redesign of John Hughes's pretty-printing library described
+   in ``The Design of a Pretty-Printing Library''
+ 
+      [http://www.cs.chalmers.se/~rjmh/Papers/pretty.html]
+ 
+   Some of Daan Leijen's PPrint library
+ 
+      [http://www.cs.uu.nl/~daan/pprint.html]
+ 
+   has also been implemented.
+
+
+Info
+----
+
+   License:         MLton license (a BSD-style license)
+   Portability:     portable (MLton and SML/NJ are supported)
+   Stability:       experimental
+   Maintainer:      Vesa Karvonen <vesa.a.j.k at gmail.com>
+
+
+About Library Organization
+--------------------------
+
+   public/
+
+      This directory contains the documented signature definitions (*.sig)
+      and listings of all top-level bindings exported by this library
+      (public/export.sml).  The contents of this directory should ideally
+      be sufficient to understand how to use the functionality provided by
+      this library.
+
+   example/
+
+      This directory contains examples related to this library.
+
+   lib.{cm,mlb}
+
+      These build files define the library.
+
+   lib-no-infixes.mlb
+
+      Like lib.mlb, but does not export additional fixity declarations.
+
+   detail/
+
+      This directory contains the implementation details of the library.
+
+
+Contributions
+-------------
+
+   The signatures and structures defined by this library are not meant to
+   be cast in stone!  We welcome contributions including new features,
+   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
+   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.




More information about the MLton-commit mailing list