Generates RPC bindings from OCaml signatures
OCaml Shell
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= examples support XV_array_of_string_fast in Ocamlnet 3.0, plus example Sep 21, 2010
carview.php?tsp= src bug where rpc level exns were not converted to Lwt exns Oct 1, 2010
carview.php?tsp= tools instead of just --js, separate flag for each generated module Jul 30, 2010
carview.php?tsp= .gitignore .gitignore Apr 2, 2010
carview.php?tsp= LICENSE copyrights, LICENSE, TODO, META, README Apr 10, 2009
carview.php?tsp= Makefile
carview.php?tsp= README.markdown
carview.php?tsp= TODO
carview.php?tsp= configure

README.markdown

Orpc is a tool for generating RPC clients and servers. It can generate clients / servers for use with Ocamlnet's ONC RPC implementation (like ocamlrpcgen), and also for RPC over HTTP for use with ocamljs. To describe interfaces, you give orpc an OCaml signature instead of an RFC-1831/1832-format file. Most OCaml types (including polymorphic types), exceptions, and functions with labelled/optional arguments are supported.

See https://jaked.github.com/orpc for details.

For a quick start:

  1. ./configure (-disable-ocamljs if you do not have ocamljs)
  2. make
  3. make install
  4. make examples

Orpc is written by Jake Donham, with contributions from Mike Wells.