this repo has no description
1opam-version: "2.0" 2maintainer: "Christopher Zimmermann <christopher@gmerlin.de>" 3homepage: "https://github.com/savonet/ocaml-ssl" 4dev-repo: "git+https://github.com/savonet/ocaml-ssl.git" 5bug-reports: "https://github.com/savonet/ocaml-ssl/issues" 6build: [ 7 ["./configure" "--prefix" prefix] {os != "macos"} 8 [ 9 "sh" 10 "-exc" 11 "./configure --prefix %{prefix}% CPPFLAGS=\"$CPPFLAGS -I/opt/local/include -I/usr/local/opt/openssl/include\"" 12 ] {os = "macos"} 13 [make] 14] 15install: [[make "install"]] 16remove: [["ocamlfind" "remove" name]] 17depends: [ 18 "ocaml" {>= "4.02.0" & < "5.0"} 19 "ocamlfind" {build} 20 "conf-which" {build} 21 "conf-libssl" 22 "base-bytes" 23] 24conflicts: [ 25 "base-nnp" 26 "ocaml-option-nnpchecker" 27] 28synopsis: "Bindings for OpenSSL" 29authors: "Samuel Mimram <samuel.mimram@ens-lyon.org>" 30flags: light-uninstall 31url { 32 src: 33 "https://github.com/savonet/ocaml-ssl/releases/download/0.5.4/ocaml-ssl-0.5.4.tar.gz" 34 checksum: [ 35 "sha256=10db195bf06178413bec17898f89eb858e1fb97225f03137790d3fd840bc4cce" 36 "md5=fa17599362d888a9dc11329e8b1ad2c3" 37 ] 38}