[MLton-commit] r6931

Vesa Karvonen vesak at mlton.org
Mon Oct 13 16:05:52 PDT 2008


Use files for running the server.

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

A   mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/example/server.use
A   mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/lib-server.use

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

Added: mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/example/server.use
===================================================================
--- mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/example/server.use	2008-10-13 22:43:57 UTC (rev 6930)
+++ mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/example/server.use	2008-10-13 23:05:51 UTC (rev 6931)
@@ -0,0 +1,10 @@
+(* Copyright (C) 2008 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 ["${MLTON_LIB}/com/ssh/extended-basis/unstable/basis.use",
+     "../lib-server.use",
+     "${APPLICATION}/generic.use",
+     "server.sml"] ;


Property changes on: mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/example/server.use
___________________________________________________________________
Name: svn:eol-style
   + native

Added: mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/lib-server.use
===================================================================
--- mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/lib-server.use	2008-10-13 22:43:57 UTC (rev 6930)
+++ mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/lib-server.use	2008-10-13 23:05:51 UTC (rev 6931)
@@ -0,0 +1,15 @@
+(* Copyright (C) 2008 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 ["${MLTON_LIB}/com/ssh/extended-basis/unstable/basis.use",
+     "${MLTON_LIB}/com/ssh/generic/unstable/lib.use",
+     "${MLTON_LIB}/com/ssh/async/unstable/lib.use",
+     "${MLTON_LIB}/com/ssh/async/unstable/example/poll-loop/lib.use",
+     "${APPLICATION}/generic.use",
+     "detail/protocol.use",
+     "public/server/server.sig",
+     "detail/server.sml",
+     "public/server/export.sml"] ;


Property changes on: mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/lib-server.use
___________________________________________________________________
Name: svn:eol-style
   + native




More information about the MLton-commit mailing list