opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
depends: [
  "ocaml"
  "camlp4"
  "async" {= "109.11.00"}
  "ocamlbuild" {build}
]
available: os = "linux"
install: [make "install"]
synopsis: "Automatically build and dynlink ocaml source files"
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/109.11.00/individual/ocaml_plugin-109.11.00.tar.gz"
  checksum: "md5=ad12a305e84668ed724784e271efed25"
}
