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 ["dune" "subst"] {dev} 8 ["dune" "build" "-p" name "-j" jobs] 9] 10depends: [ 11 "ocaml" {>= "4.02.0" & < "5.0"} 12 "dune" {>= "1.2.1"} 13 "dune-configurator" 14 "base-unix" 15 "conf-libssl" 16] 17conflicts: [ 18 "base-nnp" 19 "ocaml-option-nnpchecker" 20] 21synopsis: "Bindings for OpenSSL" 22authors: "Samuel Mimram <samuel.mimram@ens-lyon.org>" 23url { 24 src: "https://github.com/savonet/ocaml-ssl/archive/0.5.7.tar.gz" 25 checksum: [ 26 "md5=47ce60f1a019ddb9c66c4f1c8b9ed862" 27 "sha512=b412cbdcd92ee3ba227161d804d20b32c8cbda2e4eb0c195adb5d47b56b25e3ce8c831b9f4fae1c76d21b61df1b151745c9477cb850851f712ebb01146c69e7a" 28 ] 29}