[MLton-commit] r6930

Vesa Karvonen vesak at mlton.org
Mon Oct 13 15:44:05 PDT 2008


Use files for running the client.

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

A   mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/detail/protocol.use
A   mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/example/app/generic.use
A   mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/example/client.use
A   mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/lib-client.use

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

Added: mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/detail/protocol.use
===================================================================
--- mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/detail/protocol.use	2008-10-13 22:42:15 UTC (rev 6929)
+++ mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/detail/protocol.use	2008-10-13 22:43:57 UTC (rev 6930)
@@ -0,0 +1,13 @@
+(* 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",
+     "socket-events.sml",
+     "protocol.sml"] ;


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

Added: mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/example/app/generic.use
===================================================================
--- mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/example/app/generic.use	2008-10-13 22:42:15 UTC (rev 6929)
+++ mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/example/app/generic.use	2008-10-13 22:43:57 UTC (rev 6930)
@@ -0,0 +1,21 @@
+(* 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/generic/unstable/with/generic.sml",
+     "${MLTON_LIB}/com/ssh/generic/unstable/with/type-info.sml",
+     "${MLTON_LIB}/com/ssh/generic/unstable/with/type-hash.sml",
+     "${MLTON_LIB}/com/ssh/generic/unstable/with/hash.sml",
+     "${MLTON_LIB}/com/ssh/generic/unstable/with/pretty.sml",
+     "${MLTON_LIB}/com/ssh/generic/unstable/with/eq.sml",
+     "${MLTON_LIB}/com/ssh/generic/unstable/with/some.sml",
+     "${MLTON_LIB}/com/ssh/generic/unstable/with/pickle.sml",
+     "${MLTON_LIB}/com/ssh/generic/unstable/with/read.sml",
+     "${MLTON_LIB}/com/ssh/generic/unstable/with/close-pretty-with-extra.sml",
+     "${MLTON_LIB}/com/ssh/generic/unstable/with/reg-basis-exns.sml",
+     "${MLTON_LIB}/com/ssh/generic/unstable/with/types.sml",
+     "${MLTON_LIB}/com/ssh/generic/unstable/with/types-${SML_COMPILER}.sml"] ;


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

Added: mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/example/client.use
===================================================================
--- mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/example/client.use	2008-10-13 22:42:15 UTC (rev 6929)
+++ mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/example/client.use	2008-10-13 22:43:57 UTC (rev 6930)
@@ -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-client.use",
+     "${APPLICATION}/generic.use",
+     "client.sml"] ;


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

Added: mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/lib-client.use
===================================================================
--- mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/lib-client.use	2008-10-13 22:42:15 UTC (rev 6929)
+++ mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/lib-client.use	2008-10-13 22:43:57 UTC (rev 6930)
@@ -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/client/client.sig",
+     "detail/client.sml",
+     "public/client/export.sml"] ;


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




More information about the MLton-commit mailing list