Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pveber/ocaml-jquery

Binding to jQuery (for js_of_ocaml)
https://github.com/pveber/ocaml-jquery

Last synced: 10 days ago
JSON representation

Binding to jQuery (for js_of_ocaml)

Awesome Lists containing this project

README

        

# 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.