this repo has no description
1opam-version: "2.0"
2synopsis: "Compiler from OCaml bytecode to JavaScript"
3description:
4 "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"
5maintainer: ["Ocsigen team <dev@ocsigen.org>"]
6authors: ["Ocsigen team <dev@ocsigen.org>"]
7license:
8 "GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
9homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
10doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
11bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
12depends: [
13 "dune" {>= "2.9"}
14 "ocaml" {>= "4.04" & < "4.15"}
15 "num" {with-test}
16 "ppx_expect" {>= "v0.14.2" & with-test}
17 "ppxlib" {>= "0.15.0" & < "0.36.0"}
18 "re" {with-test}
19 "cmdliner" {>= "1.0.0"}
20 "menhir"
21 "menhirLib"
22 "menhirSdk"
23 "yojson"
24 "odoc" {with-doc}
25]
26depopts: ["ocamlfind"]
27conflicts: [
28 "ocamlfind" {< "1.5.1"}
29 "js_of_ocaml" {< "3.0"}
30 "base-domains"
31 "ocaml-option-bytecode-only"
32]
33dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
34build: [
35 ["dune" "subst"] {dev}
36 [
37 "dune"
38 "build"
39 "-p"
40 name
41 "-j"
42 jobs
43 "--promote-install-files=false"
44 "@install"
45 "@doc" {with-doc}
46 ]
47 ["dune" "install" "-p" name "--create-install-files" name]
48]
49url {
50 src:
51 "https://github.com/ocsigen/js_of_ocaml/releases/download/4.0.0/js_of_ocaml-4.0.0.tbz"
52 checksum: [
53 "sha256=df02f819e5b2f48234af2b3e3e7c9781afa8212f8bece7ebcfbd8358b394495e"
54 "sha512=92e822849c8be14ce0428f7f4be3991449f76e65d408073a5b8b9674ba2d099439027aa11618b603c7ee31a179cf6976d54a929917a69b269425f0367926c200"
55 ]
56}
57x-commit-hash: "6fb1d008061b6c028c375b240882bb735d54a5bc"