package js_of_ocaml-toplevel

  1. Overview
  2. No Docs
Compiler from OCaml bytecode to JavaScript

Install

dune-project
 Dependency

Authors

Maintainers

Sources

js_of_ocaml-5.1.0.tbz
sha256=c17ad150772df43fc4e63ce1b9419f23c64169695a4cc4160eedcbc8f4d4c047
sha512=a13d02b9dba9105c19852e69aeaa516f4cdd1efb1354b01b612e144c35df3cfc7dc432ab291568ed419bad1a9388339a528c2d799dcc45ccc761de48ae18b790

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: 14 Mar 2023

Dependencies (4)

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

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

Conflicts

None