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" "--only-packages" "ocaml-compiler-libs" "--root" "." "-j" jobs
10 "--no-config" {jbuilder:version >= "1.0+beta18"}
11 "@install"
12 ]
13]
14depends: [
15 "ocaml" {>= "4.03.0"}
16 "jbuilder" {>= "1.0+beta4"}
17]
18synopsis: "OCaml compiler libraries repackaged"
19description: """
20This packages exposes the OCaml compiler libraries repackages under
21the toplevel names Ocaml_common, Ocaml_bytecomp, ..."""
22url {
23 src:
24 "https://ocaml.janestreet.com/ocaml-core/v0.9/files/ocaml-compiler-libs-v0.9.0.tar.gz"
25 checksum: [
26 "sha256=5ffd3dfb2d3477d2fa50a6dee87ecacb042b8d487ba7081511e908f1b629f146"
27 "md5=4863a2a26b04aa0e46e87e097b2af3b9"
28 ]
29}