this repo has no description
1opam-version: "2.0" 2maintainer: "opensource@janestreet.com" 3authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 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: "MIT" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" {>= "5.2.0"} 13 "dune" {>= "1.5.1"} 14] 15synopsis: """OCaml compiler libraries repackaged""" 16description: """ 17 18This packages exposes the OCaml compiler libraries repackages under 19the toplevel names Ocaml_common, Ocaml_bytecomp, Ocaml_optcomp, ... 20""" 21url { 22 src: 23 "https://github.com/janestreet/ocaml-compiler-libs/archive/refs/tags/v0.17.0.tar.gz" 24 checksum: [ 25 "md5=aaf66efea8752475c25a942443579b41" 26 "sha512=c5cd418b0eb74e00c3f63235754bbdb3a3328ac743d6ae885424d8c50b4edaa7068572e689cb3456d222793283927f2984a1ff840b1bc3817f810b5314faf897" 27 ] 28}