this repo has no description
1opam-version: "2.0" 2maintainer: "Samuel Mimram <samuel.mimram@ens-lyon.org>" 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" 6license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 7build: [ 8 ["dune" "subst"] {dev} 9 ["dune" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" {>= "4.02.0"} 13 "dune" {>= "2.0.0"} 14 "dune-configurator" 15 "base-unix" 16 "conf-libssl" 17] 18conflicts: [ 19 "base-nnp" 20 "ocaml-option-nnpchecker" 21] 22synopsis: "Bindings for OpenSSL" 23authors: "Samuel Mimram <samuel.mimram@ens-lyon.org>" 24url { 25 src: 26 "https://github.com/savonet/ocaml-ssl/releases/download/0.5.12/ssl-0.5.12.tbz" 27 checksum: [ 28 "sha256=e60c4dc60636516d82db785e5533ddbaabca5f96483f04a0d6aa6f43b5e9e79e" 29 "sha512=0ab2b491765d0405cd28b8479f4a03de9191ba87ba7d77ca013c48508c2bbfead21ff91202d5df978efedad767652476bbfc977243ca4190580dac6a2086e65d" 30 ] 31} 32x-commit-hash: "e630f27a371503caab927aed7d909a49746dcbb1"