opam-version: "2.0" synopsis: "Compiler from OCaml bytecode to JavaScript" 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" maintainer: ["Ocsigen team "] authors: ["Ocsigen team "] homepage: "https://ocsigen.github.io/js_of_ocaml" doc: "https://ocsigen.github.io/js_of_ocaml" bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" license: "GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.04" & < "4.14"} "num" {with-test} "ppx_expect" {>= "v0.12.0" & with-test} "ppxlib" {>= "0.15.0" & < "0.36.0"} "re" {with-test} "cmdliner" "menhir" {< "20211215"} "menhirLib" "menhirSdk" "yojson" "odoc" {with-doc} ] depopts: ["ocamlfind"] conflicts: [ "ocamlfind" {< "1.5.1"} "js_of_ocaml" {< "3.0"} "base-domains" "ocaml-option-bytecode-only" ] dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git" build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] url { src: "https://github.com/ocsigen/js_of_ocaml/releases/download/3.10.0/js_of_ocaml-3.10.0.tbz" checksum: [ "sha256=7bfe95c283e30a53df9364555517aa4ea614876be566a86b33e6d0fefc4a6126" "sha512=1815f0bfcea65a28082293756350a9365304584d3a19af0983e1498c6f8d7d25a751aec18560aa7b633b64b8adfb4417e9647cdf703bedcb7aaf316abf9a3243" ] } x-commit-hash: "41ca9c4aa3004e11803c1e49d3ad77ec799bf853"