libjs-of-ocaml

OCaml bytecode to JavaScript compiler (runtime)

Description

Js_of_ocaml is a compiler of OCaml bytecode 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.

This package contains runtime libraries that may be needed by server-side programs communicating with clients compiled with Js_of_ocaml using JSON.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://ocsigen.org/js_of_ocaml


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libjs-of-ocaml