opam-version: "1.2"
maintainer: "Christopher Zimmermann <christopher@gmerlin.de>"
authors: "Samuel Mimram <samuel.mimram@ens-lyon.org>"
homepage: "https://github.com/savonet/ocaml-ssl"
bug-reports: "https://github.com/savonet/ocaml-ssl/issues"
dev-repo: "https://github.com/savonet/ocaml-ssl.git"
build: [
  ["./configure" "--prefix" prefix] {os != "darwin"}
  ["./osx-configure.sh" prefix] {os = "darwin"}
  [make]
]
install: [make "install"]
remove: ["ocamlfind" "remove" name]
depends: [
  "ocamlfind" {build}
  "conf-which" {build}
  "conf-openssl"
  "base-bytes"
]
