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: "MIT" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" {>= "4.04.1" & < "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""" 21x-commit-hash: "7f5d1d2931b96fb3ee6dd569a469b51f621a6dd4" 22url { 23 src: 24 "https://github.com/janestreet/ocaml-compiler-libs/releases/download/v0.12.3/ocaml-compiler-libs-v0.12.3.tbz" 25 checksum: [ 26 "sha256=a8403531439c14bbda2d504ef93610fd29a8e9520fc700f21889d893a513e3c9" 27 "sha512=0bb03b38e93bab3274a8ade38d017808110bc02f2181a594d8775c68fdd465733393f0451dbbf8860e6b50b56c45671d2182637c0840d1d6574803ec18673972" 28 ] 29}