this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/findlib_top" 5bug-reports: "https://github.com/janestreet/findlib_top/issues" 6dev-repo: "git+https://github.com/janestreet/findlib_top.git" 7license: "Apache-2.0" 8build: [ 9 ["jbuilder" "build" "-p" name "-j" jobs] 10] 11conflicts: [ "jbuilder" { = "1.0+beta19" } ] 12depends: [ 13 "ocaml" {>= "4.04.1"} 14 "jbuilder" {>= "1.0+beta8"} 15] 16synopsis: "Exposes findlib_top.cma without the need for using predicates" 17description: """ 18This packages only exposes findlib_top.cma as the library findlib_top, 19so that we can use it without fiddling with predicates.""" 20url { 21 src: 22 "https://ocaml.janestreet.com/ocaml-core/v0.11/files/findlib_top-v0.11.0.tar.gz" 23 checksum: [ 24 "sha256=8ef77d045b6188d44a640ff244d4b05328b1bac534e23692b1fa1329eeda6420" 25 "md5=490852aa6552112f055534a75a41ec2f" 26 ] 27}