this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/ocaml-compiler-libs"
5bug-reports: "https://github.com/janestreet/ocaml-compiler-libs/issues"
6dev-repo: "git+https://github.com/janestreet/ocaml-compiler-libs.git"
7license: "Apache-2.0"
8build: [
9 ["jbuilder" "build" "-p" name "-j" jobs]
10]
11depends: [
12 "ocaml" {>= "4.04.1" & < "5.2.0"}
13 "jbuilder" {>= "1.0+beta12"}
14]
15synopsis: "OCaml compiler libraries repackaged"
16description: """
17This packages exposes the OCaml compiler libraries repackages under
18the toplevel names Ocaml_common, Ocaml_bytecomp, ..."""
19url {
20 src:
21 "https://ocaml.janestreet.com/ocaml-core/v0.11/files/ocaml-compiler-libs-v0.11.0.tar.gz"
22 checksum: [
23 "sha256=ee99da594a59a3db529f23290084a183b174f8055f20f6566e3fce8f432234e9"
24 "md5=e170c16186aa55b7e8b11e461418a10a"
25 ]
26}