this repo has no description
1opam-version: "2.0"
2maintainer: "dev@ocsigen.org"
3authors: "Ocsigen team"
4bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
5homepage: "http://ocsigen.org/js_of_ocaml"
6dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
7synopsis: "Compiler from OCaml bytecode to Javascript"
8description: """
9Js_of_ocaml is a compiler from OCaml bytecode to JavaScript.
10It makes it possible to run pure OCaml programs in JavaScript
11environment like browsers and Node.js
12"""
13
14
15build: [["dune" "build" "-p" name "-j" jobs]]
16
17depends: [
18 "ocaml" {>= "4.02.0" & < "4.09.0"}
19 "dune" {>= "1.4"}
20 "ocaml-migrate-parsetree" {< "2.0.0"}
21 "ppx_tools_versioned"
22 "uchar"
23 "js_of_ocaml-compiler" {= version}
24]
25conflicts: [
26 "ppx_tools_versioned" {<= "5.1"}
27]
28
29url {
30 src: "https://github.com/ocsigen/js_of_ocaml/archive/3.4.0.tar.gz"
31 checksum: [
32 "sha256=c4fad35dc113d5d710d93fdc81b798d98bc33e675b758587279cd65160178db0"
33 "md5=42f914d0410787d65668d2822fdab1a1"
34 ]
35}