opam-version: "2.0"
maintainer: "Christopher Zimmermann <christopher@gmerlin.de>"
homepage: "https://github.com/savonet/ocaml-ssl"
dev-repo: "git+https://github.com/savonet/ocaml-ssl.git"
bug-reports: "https://github.com/savonet/ocaml-ssl/issues"
build: [
  ["./configure" "--prefix" prefix] {os != "macos"}
  ["sh" "./osx-configure.sh" prefix] {os = "macos"}
  [make]
]
install: [[make "install"]]
remove: [["ocamlfind" "remove" name]]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "conf-which" {build}
  "conf-libssl"
  "base-bytes"
]
synopsis: "Bindings for OpenSSL"
authors: "Samuel Mimram <samuel.mimram@ens-lyon.org>"
flags: light-uninstall
extra-files: ["osx-configure.sh" "md5=465e7c27f1881eae33212a9f9b0a8dff"]
url {
  src:
    "https://github.com/savonet/ocaml-ssl/releases/download/0.5.5/ocaml-ssl-0.5.5.tar.gz"
  checksum: "md5=cdb1cdf9ee8c582165d4d11f35e53c4d"
}
