ocaml-jquery icon indicating copy to clipboard operation
ocaml-jquery copied to clipboard

Binding to jQuery (for js_of_ocaml)

Requirements

  • Findlib
  • Js_of_ocaml (http://ocsigen.org/js_of_ocaml/) : a compiler from OCaml bytecode programs to Javascript

Usage

  • run {{{make}}} to compile the library
  • run {{{make examples}}} to compile the examples (optionnal)

Others Makefile rules:

  • run {{{make depend}} to calculate dependencies in the library
  • run {{{make clean}}} to delete generated files
  • you can also run {{{make}}} and {{{make clean}}} directly in examples/

Examples

In the "examples/" directory, you will find some examples of this bindings like the snake games.