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>"] 7homepage: "https://ocsigen.github.io/js_of_ocaml" 8doc: "https://ocsigen.github.io/js_of_ocaml" 9bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" 10license: "GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 11depends: [ 12 "dune" {>= "2.8"} 13 "ocaml" {>= "4.04"} 14 "js_of_ocaml" {= version} 15 "js_of_ocaml-compiler" {= version} 16 "js_of_ocaml-ppx" {= version} 17 "ocamlfind" {>= "1.5.1"} 18 "cohttp-lwt-unix" {with-test} 19 "graphics" {with-test} 20 "num" {with-test} 21 "ppx_expect" {with-test} 22 "ppxlib" {>= "0.15" & with-test} 23 "re" {>= "1.9.0" & with-test} 24 "odoc" {with-doc} 25] 26dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git" 27build: [ 28 ["dune" "subst"] {dev} 29 [ 30 "dune" 31 "build" 32 "-p" 33 name 34 "-j" 35 jobs 36 "@install" 37 "@doc" {with-doc} 38 ] 39] 40url { 41 src: 42 "https://github.com/ocsigen/js_of_ocaml/releases/download/3.10.0/js_of_ocaml-3.10.0.tbz" 43 checksum: [ 44 "sha256=7bfe95c283e30a53df9364555517aa4ea614876be566a86b33e6d0fefc4a6126" 45 "sha512=1815f0bfcea65a28082293756350a9365304584d3a19af0983e1498c6f8d7d25a751aec18560aa7b633b64b8adfb4417e9647cdf703bedcb7aaf316abf9a3243" 46 ] 47} 48x-commit-hash: "41ca9c4aa3004e11803c1e49d3ad77ec799bf853"