[MLton-commit] r6134
Vesa Karvonen
vesak at mlton.org
Wed Nov 7 17:09:38 PST 2007
Added a UseLib (org/mlton/vesak/use-lib) use file for the library.
----------------------------------------------------------------------
U mltonlib/trunk/com/ssh/random/unstable/README
A mltonlib/trunk/com/ssh/random/unstable/detail/ml/smlnj/random-dev.use
A mltonlib/trunk/com/ssh/random/unstable/lib.use
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/random/unstable/README
===================================================================
--- mltonlib/trunk/com/ssh/random/unstable/README 2007-11-08 01:08:01 UTC (rev 6133)
+++ mltonlib/trunk/com/ssh/random/unstable/README 2007-11-08 01:09:37 UTC (rev 6134)
@@ -30,7 +30,7 @@
This directory contains examples related to this library.
- lib.{cm,mlb}
+ lib.{cm,mlb,use}
These build files defines the library.
Added: mltonlib/trunk/com/ssh/random/unstable/detail/ml/smlnj/random-dev.use
===================================================================
--- mltonlib/trunk/com/ssh/random/unstable/detail/ml/smlnj/random-dev.use 2007-11-08 01:08:01 UTC (rev 6133)
+++ mltonlib/trunk/com/ssh/random/unstable/detail/ml/smlnj/random-dev.use 2007-11-08 01:09:37 UTC (rev 6134)
@@ -0,0 +1,8 @@
+(* Copyright (C) 2007 Vesa Karvonen
+ *
+ * This code is released under the MLton license, a BSD-style license.
+ * See the LICENSE file or http://mlton.org/License for details.
+ *)
+
+use "public/random-dev.sig" ;
+use "detail/ml/smlnj/random-dev.sml" ;
Property changes on: mltonlib/trunk/com/ssh/random/unstable/detail/ml/smlnj/random-dev.use
___________________________________________________________________
Name: svn:eol-style
+ native
Added: mltonlib/trunk/com/ssh/random/unstable/lib.use
===================================================================
--- mltonlib/trunk/com/ssh/random/unstable/lib.use 2007-11-08 01:08:01 UTC (rev 6133)
+++ mltonlib/trunk/com/ssh/random/unstable/lib.use 2007-11-08 01:09:37 UTC (rev 6134)
@@ -0,0 +1,15 @@
+(* Copyright (C) 2007 Vesa Karvonen
+ *
+ * This code is released under the MLton license, a BSD-style license.
+ * See the LICENSE file or http://mlton.org/License for details.
+ *)
+
+lib {reqs = ["../../extended-basis/unstable/basis.use"],
+ self = ["public/rng.sig",
+ "public/random-gen.sig",
+ "detail/mk-random-gen.fun",
+ "public/numerical-recipes.sig",
+ "detail/numerical-recipes.sml",
+ "detail/ranqd1-gen.sml",
+ "detail/ml/$(SML_COMPILER)/random-dev.use",
+ "public/export.sml"]} ;
Property changes on: mltonlib/trunk/com/ssh/random/unstable/lib.use
___________________________________________________________________
Name: svn:eol-style
+ native
More information about the MLton-commit
mailing list