Package : js_of_ocaml

Package details

Summary: A compiler of OCaml byte-code to Javascript

Description:
js_of_ocaml is a compiler of OCaml byte-code to Javascript. It makes it
possible to run OCaml programs in a Web browser.
Its key features are the following:
* the whole language, and most of the standard library are
supported;
* the generated code can be used with any web server and browser;
* you can use a standard installation of OCaml to compile your
programs. In particular, you do not have to recompile a library to
use it with Js_of_ocaml. You just have to link your program with a
specific library to interface with the browser APIs.


URL: http://ocsigen.org/js_of_ocaml/
License: LGPLv2 with exceptions

Maintainer: nobody

List of RPMs