Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/pveber/ocaml-jquery
- Owner: pveber
- Created: 2010-12-16T23:21:58.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-19T11:47:08.000Z (almost 12 years ago)
- Last Synced: 2023-03-11T13:50:01.537Z (over 1 year ago)
- Language: OCaml
- Homepage:
- Size: 137 KB
- Stars: 26
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.