opam-version: "1.2"
name: "ssl"
version: "0.5.6"
maintainer: "Christopher Zimmermann <christopher@gmerlin.de>"
            author: "Samuel Mimram <samuel.mimram@ens-lyon.org>"
homepage: "https://github.com/savonet/ocaml-ssl"
dev-repo: "https://github.com/savonet/ocaml-ssl.git"
bug-reports: "https://github.com/savonet/ocaml-ssl/issues"
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "dune" {build}
  "base-unix"
  "conf-openssl"
]
available: [ocaml-version >= "4.02.0"]
