opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: make
remove: [["ocamlfind" "remove" "async_unix"]]
depends: [
  "ocaml"
  "camlp4"
  "ocamlfind"
  "async_core" {= "108.00.01"}
  "bin_prot" {< "113.01.00"}
  "core" {< "v0.15"}
  "fieldslib" {< "113.01.00"}
  "pa_ounit"
  "pipebang"
  "sexplib" {< "113.01.00"}
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "Part of Jane Street’s Core library"
description: """
The Core suite of libraries is an industrial strength alternative to
OCaml's standard library that was developed by Jane Street, the
largest industrial user of OCaml."""
flags: light-uninstall
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/108.00.01/individual/async_unix-108.00.01.tar.gz"
  checksum: "md5=5df5c16faaa39c5810f3f46bbab512d0"
}
