opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/findlib_top"
bug-reports: "https://github.com/janestreet/findlib_top/issues"
dev-repo: "git+https://github.com/janestreet/findlib_top.git"
license: "Apache-2.0"
build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.04.1"}
  "jbuilder" {>= "1.0+beta8"}
]
synopsis: "Exposes findlib_top.cma without the need for using predicates"
description: """
This packages only exposes findlib_top.cma as the library findlib_top,
so that we can use it without fiddling with predicates."""
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/v0.10/files/findlib_top-v0.10.0.tar.gz"
  checksum: "md5=16792a6042ebaf837ade1344e3cdb699"
}
