[MLton-commit] r6171
    Vesa Karvonen 
    vesak at mlton.org
       
    Wed Nov 14 07:36:56 PST 2007
    
    
  
Added a use file for smlbot.
----------------------------------------------------------------------
A   mltonlib/trunk/com/ssh/async/unstable/example/smlbot/smlbot.use
----------------------------------------------------------------------
Added: mltonlib/trunk/com/ssh/async/unstable/example/smlbot/smlbot.use
===================================================================
--- mltonlib/trunk/com/ssh/async/unstable/example/smlbot/smlbot.use	2007-11-14 15:36:30 UTC (rev 6170)
+++ mltonlib/trunk/com/ssh/async/unstable/example/smlbot/smlbot.use	2007-11-14 15:36:55 UTC (rev 6171)
@@ -0,0 +1,13 @@
+(* 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",
+             "../../lib.use",
+             "../poll-loop/lib.use"],
+     self = ["text-io.sml",
+             "text-prim-io.sml",
+             "smlbot.sml",
+             "main.sml"]} ;
Property changes on: mltonlib/trunk/com/ssh/async/unstable/example/smlbot/smlbot.use
___________________________________________________________________
Name: svn:eol-style
   + native
    
    
More information about the MLton-commit
mailing list