Orpc
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.
[ Homepage ]
| Author: | Jake Donham. |
| Last modification date: | 19-Apr-2010 |
| Version: | 0.3 |
| Development status: | Beta |
| Kind: | Development tools |
| Libraries :: Native OCaml libraries | |
| License: | Open Source :: LGPL |
| Topic: | Software development :: Code generators |
| Communications and networking :: RPC | |
| Homepage: | http://github.com/jaked/orpc |