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] 11depends: [ 12 "ocaml" {>= "4.04.1"} 13 "jbuilder" {>= "1.0+beta8"} 14] 15synopsis: "Exposes findlib_top.cma without the need for using predicates" 16description: """ 17This packages only exposes findlib_top.cma as the library findlib_top, 18so that we can use it without fiddling with predicates.""" 19url { 20 src: 21 "https://ocaml.janestreet.com/ocaml-core/v0.10/files/findlib_top-v0.10.0.tar.gz" 22 checksum: [ 23 "sha256=8e0cef7a46d12e98f00c341c275e64f0d63a00b8f9fe4902ef70ef29db5b8801" 24 "md5=16792a6042ebaf837ade1344e3cdb699" 25 ] 26}