Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
duckpilot committed Apr 1, 2010
1 parent 566291b commit fadfbfb
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
This is orpc, a tool for generating clients and servers for use with
Ocamlnet's ONC RPC implementation. See
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] (http://github.com/jaked/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.

http://code.google.com/p/orpc2/

for details and installation instructions.
See [http://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
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.
Orpc is written by Jake Donham, with contributions from Mike Wells.

0 comments on commit fadfbfb

Please sign in to comment.