opam-version: "2.0" maintainer: "Christopher Zimmermann " 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" "-exc" "./configure --prefix %{prefix}% CPPFLAGS=\"$CPPFLAGS -I/opt/local/include -I/usr/local/opt/openssl/include\"" ] {os = "macos"} [make] ] install: [[make "install"]] remove: [["ocamlfind" "remove" name]] depends: [ "ocaml" {>= "4.02.0" & < "5.0"} "ocamlfind" {build} "conf-which" {build} "conf-libssl" "base-bytes" ] conflicts: [ "base-nnp" "ocaml-option-nnpchecker" ] synopsis: "Bindings for OpenSSL" authors: "Samuel Mimram " flags: light-uninstall url { src: "https://github.com/savonet/ocaml-ssl/releases/download/0.5.4/ocaml-ssl-0.5.4.tar.gz" checksum: [ "sha256=10db195bf06178413bec17898f89eb858e1fb97225f03137790d3fd840bc4cce" "md5=fa17599362d888a9dc11329e8b1ad2c3" ] }