this repo has no description
1opam-version: "2.0" 2synopsis: "Bindings for OpenSSL" 3maintainer: "Samuel Mimram <samuel.mimram@ens-lyon.org>" 4authors: "Samuel Mimram <samuel.mimram@ens-lyon.org>" 5license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 6homepage: "https://github.com/savonet/ocaml-ssl" 7bug-reports: "https://github.com/savonet/ocaml-ssl/issues" 8depends: [ 9 "ocaml" {>= "4.02.0" & < "5.0"} 10 "dune" {>= "2.0.0"} 11 "dune-configurator" 12 "base-unix" 13 "conf-libssl" 14] 15conflicts: [ 16 "base-nnp" 17 "ocaml-option-nnpchecker" 18] 19build: [ 20 ["dune" "subst"] {dev} 21 ["dune" "build" "-p" name "-j" jobs] 22] 23dev-repo: "git+https://github.com/savonet/ocaml-ssl.git" 24url { 25 src: "https://github.com/savonet/ocaml-ssl/archive/refs/tags/0.5.11.tar.gz" 26 checksum: [ 27 "md5=7552adb0e0c6ab720cfd7da573e5b438" 28 "sha512=4a766fc600797d3607b40c7fccde624d2debb5274bb6219eab52fffacde3f5c634565a57ec12f49e0658c4189a1197542d9a0f1e34ba88af67d48e724085a995" 29 ] 30}