opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: make
remove: [["ocamlfind" "remove" "async_ssl"]]
depends: [
  "ocaml" {>= "4.00.0"}
  "camlp4"
  "async" {= "111.03.00"}
  "herelib" {>= "109.35.00" & <= "109.35.02"}
  "pa_bench" {>= "109.55.00" & <= "109.55.02"}
  "pa_ounit" {>= "109.53.00" & <= "109.53.02"}
  "sexplib" {= "111.03.00"}
  "ctypes" {>= "0.3.2" & < "0.4.0"}
  "ctypes-foreign"
  "ocamlbuild" {build}
]
depexts: [
  ["libssl-dev"] {os-family = "debian"}
  ["openssl-devel"] {os-distribution = "centos"}
]
install: [make "install"]
synopsis: "An Async-pipe-based interface with OpenSSL."
description: """
This library allows you to create an SSL client and server, with
encrypted communication between both."""
flags: light-uninstall
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/111.06.00/individual/async_ssl-111.06.00.tar.gz"
  checksum: "md5=7a71b664c55d44a48bf54b8946bb7292"
}
