[MLton-commit] r5613
Vesa Karvonen
vesak at mlton.org
Sun Jun 10 23:45:22 PDT 2007
For convenience.
----------------------------------------------------------------------
A mltonlib/trunk/com/ssh/all-unstable.cm
----------------------------------------------------------------------
Added: mltonlib/trunk/com/ssh/all-unstable.cm
===================================================================
--- mltonlib/trunk/com/ssh/all-unstable.cm 2007-06-11 04:10:28 UTC (rev 5612)
+++ mltonlib/trunk/com/ssh/all-unstable.cm 2007-06-11 06:45:22 UTC (rev 5613)
@@ -0,0 +1,21 @@
+(* Copyright (C) 2007 SSH Communications Security, Helsinki, Finland
+ *
+ * This code is released under the MLton license, a BSD-style license.
+ * See the LICENSE file or http://mlton.org/License for details.
+ *)
+
+(* NOTE: This is mostly for the convenience of library developers. Actual
+ * applications and libraries should only include the libraries that are
+ * really needed.
+ *)
+
+library
+ library(extended-basis/unstable/basis.cm)
+ library(generic/unstable/lib-with-default.cm)
+ library(prettier/unstable/lib.cm)
+ library(random/unstable/lib.cm)
+is
+ extended-basis/unstable/basis.cm
+ generic/unstable/lib-with-default.cm
+ prettier/unstable/lib.cm
+ random/unstable/lib.cm
More information about the MLton-commit
mailing list