this repo has no description
1opam-version: "2.0"
2synopsis: "OCaml compiler libraries repackaged"
3description: """
4This packages exposes the OCaml compiler libraries repackages under
5the toplevel names Ocaml_common, Ocaml_bytecomp, Ocaml_optcomp, ..."""
6maintainer: ["Jane Street developers"]
7authors: ["Jane Street Group, LLC"]
8license: "MIT"
9homepage: "https://github.com/janestreet/ocaml-compiler-libs"
10bug-reports: "https://github.com/janestreet/ocaml-compiler-libs/issues"
11depends: [
12 "dune" {>= "2.8"}
13 "ocaml" {>= "4.04.1" & < "5.2.0"}
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/janestreet/ocaml-compiler-libs.git"
31url {
32 src:
33 "https://github.com/janestreet/ocaml-compiler-libs/releases/download/v0.12.4/ocaml-compiler-libs-v0.12.4.tbz"
34 checksum: [
35 "sha256=4ec9c9ec35cc45c18c7a143761154ef1d7663036a29297f80381f47981a07760"
36 "sha512=978dba8dfa61f98fa24fda7a9c26c2e837081f37d1685fe636dc19cfc3278a940cf01a10293504b185c406706bc1008bc54313d50f023bcdea6d5ac6c0788b35"
37 ]
38}
39x-commit-hash: "8cd12f18bb7171c2b67d661868c4271fae528d93"