Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smondet/oclosure-mirror
Manual mirror of http://ocsigen.org/darcs/oclosure/
https://github.com/smondet/oclosure-mirror
Last synced: 26 days ago
JSON representation
Manual mirror of http://ocsigen.org/darcs/oclosure/
- Host: GitHub
- URL: https://github.com/smondet/oclosure-mirror
- Owner: smondet
- License: other
- Created: 2012-10-29T17:33:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-29T19:11:01.000Z (over 12 years ago)
- Last Synced: 2023-03-12T03:03:32.622Z (almost 2 years ago)
- Language: JavaScript
- Size: 3.81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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/