https://github.com/ocsigen/oclosure
Binding of the Google Closure Javascript library in OCaml using Js_of_ocaml.
https://github.com/ocsigen/oclosure
Last synced: 15 days ago
JSON representation
Binding of the Google Closure Javascript library in OCaml using Js_of_ocaml.
- Host: GitHub
- URL: https://github.com/ocsigen/oclosure
- Owner: ocsigen
- License: other
- Created: 2013-07-30T09:35:47.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-31T15:39:19.000Z (almost 12 years ago)
- Last Synced: 2024-03-26T00:11:37.688Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://ocsigen.org/oclosure/
- Size: 4.91 MB
- Stars: 4
- Watchers: 23
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
README
=== 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 libraryOthers 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/