caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* ANN: orpc 0.3
@ 2010-04-03  2:21 Jake Donham
  0 siblings, 0 replies; only message in thread
From: Jake Donham @ 2010-04-03  2:21 UTC (permalink / raw)
  To: OCaml List

Hi list,

I am happy to announce version 0.3 of orpc, a tool for generating RPC
bindings from OCaml signatures. Orpc can generate ONC RPC stubs for
use with Ocamlnet (in place of ocamlrpcgen), and it can also generate
RPC over HTTP stubs for use with ocamljs. You can use most OCaml types
in interfaces, as well as exceptions and labelled/optional arguments.

Changes since version 0.2 include

 * a way to use types defined outside the interface file, so you can
use a type in more than one interface
 * support for polymorphic variants
 * a way to specify "abstract" interfaces that can be instantiated for
synchronous, asynchronous, and Lwt clients and servers
 * bug fixes

Development of orpc has moved from Google Code to Github; see

 * project page: http://github.com/jaked/orpc
 * documentation: http://jaked.github.com/orpc
 * downloads: http://github.com/jaked/orpc/downloads

I hope you find this work useful. Let me know what you think.

Jake


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-03  2:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-03  2:21 ANN: orpc 0.3 Jake Donham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).