Browse thread
ANN: orpc 0.1, tool for generating RPC bindings from OCaml signatures
- Jake Donham
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Jake Donham <jake@d...> |
| Subject: | ANN: orpc 0.1, tool for generating RPC bindings from OCaml signatures |
Hi list, We are pleased to announce the release of orpc, a tool for generating RPC bindings from OCaml signatures. Orpc works with the ONC RPC implementation in Ocamlnet; it is designed to be used in place of ocamlrpcgen. The advantage is that you can use familiar OCaml syntax, most OCaml data types, exceptions, and labeled/optional function arguments. In addition orpc can generate tracing/pretty-printing code from a signature, and it permits asynchronous clients and servers to be written using the Lwt threads library. You can find orpc at http://code.google.com/p/orpc2/ We hope that you will find it useful. Jake Donham, for Skydeck