Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.

astrada/ocaml-extjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Ext JS 4.x bindings for js_of_ocaml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages