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