js_of_ocaml-toplevel
  1. Overview
  2. Docs
Compiler from OCaml bytecode to JavaScript

Install

Authors

Maintainers

Sources

js_of_ocaml-5.0.1.tbz
sha256=7a210f1ca16a742381947dc67c3d8d9f4c94fbf20738744b1353897985b61069
sha512=07a973561190686d56bd5d56d9a275e177716ea8b9720f6acc7ddf8618680844a6d0c798447567ea9542d83bab524c165d076f3cce0769a12fc483ef8cd6a733

Description

Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js

Published: 20 Dec 2022

Dependencies (4)

  1. ocamlfind >= "1.5.1"
  2. js_of_ocaml-compiler = version
  3. ocaml >= "4.04"
  4. dune >= "3.2"

Dev Dependencies (7)

  1. odoc with-doc
  2. re >= "1.9.0" & with-test
  3. ppxlib >= "0.15" & with-test
  4. ppx_expect >= "v0.14.2" & with-test
  5. num with-test
  6. graphics with-test
  7. cohttp-lwt-unix with-test

Used by (3)

  1. brr >= "0.0.3"
  2. learn-ocaml >= "0.12"
  3. ocaml-gist

Conflicts

None