Home

Awesome

OCaml Ext JS 4.x bindings

ocaml-extjs provides Ext JS 4.x bindings for js_of_ocaml.

Requirements

You will need the following libraries:

This library was developed and tested on Ubuntu 12.10 (64-bit).

Configuration and installation

To build the library and the examples, run

$ ocaml setup.ml -configure
$ ocaml setup.ml -build

See examples/README.md for further details regarding the examples.

To install the library, run (as root, if your user doesn't have enough privileges)

$ ocaml setup.ml -install

To generate the documentation, run

$ ocaml setup.ml -configure --enable-docs
$ ocaml setup.ml -build
$ ocaml setup.ml -doc

Then you can browse the HTML documentation starting from ocaml-extjs.docdir/index.html, but is not installed by default.

To uninstall the library, execute

$ ocaml setup.ml -uninstall

Online examples

The examples are online here.