Hey List,

I'm happy to announce the initial release of ocaml-dispatch:

   https://github.com/inhabitedtype/ocaml-dispatch

ocaml-dispatch provides a basic mechanism for dispatching a request to a handler based on hierarchical path names conventionally found in URIs. It can be used both for dispatching requests in a server, as well as handing changes to hierarchical fragments in a client-side application via js_of_ocaml.

The code for this package originated from the webmachine[0] project. The dispatch package is now a dependency of webmachine as of the 0.2.0 release. You can find dispatch.0.1.0 in OPAM currently, and webmachine.0.2.0 there shortly.

There are some small projects in the issue tracker if anybody would like to contribute. Issues and pull requests welcomed.

-Spiros E.

[0]: https://github.com/inhabitedtype/ocaml-webmachine