On Thu, Nov 4, 2010 at 2:26 PM, Philippe Strauss <philou@philou.ch> wrote:
I need to use RPC in a current project of mine, but I don't get how do you write the type conversion and what is provided, taking a very basic example:

If you are using OCaml on both ends, you might prefer to use orpc:

  http://jaked.github.com/orpc/

which generates stubs from OCaml signatures rather than ONC RPC interface files.

Jake