ocsigen / oclosure

Binding of the Google Closure Javascript library in OCaml using Js_of_ocaml.

Home Page:http://ocsigen.org/oclosure/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

=== Overview ===

OClosure library is a binding of the Google Closure Javascript library in OCaml
using Js_of_ocaml (a compiler from OCaml bytecode to Javascript)

=== Requirements ===

  * Findlib
  * Js_of_ocaml (http://ocsigen.org/js_of_ocaml/) : a compiler from OCaml
bytecode programs to Javascript
  * ocamldsort (http://dimitri.mutu.net/ocaml.html) : a dependency sorter for
OCaml source files
  * python : for google-closure dependencies calculation

=== Installation ===

  * edit {{{Makefile.config}}}
  * run {{{make}}} to compile the library
  * run {{{make examples}}} to compile the examples (optionnal)
  * run {{{make install}}} (as root) to install the library

Others Makefile rule:

  * run {{{make depend}} to calculate dependencies in the library
  * run {{{make uninstall}}} (as root) to uninstall the library
  * run {{{make clean}}} to delete generated files
  * you can also run {{{make}}} and {{{make clean}}} directly in goog/ and examples/

About

Binding of the Google Closure Javascript library in OCaml using Js_of_ocaml.

http://ocsigen.org/oclosure/

License:Other


Languages

Language:JavaScript 91.3%Language:OCaml 6.3%Language:CSS 1.8%Language:Python 0.6%Language:C# 0.1%