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" 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.8.tar.gz" 25 checksum: [ 26 "md5=4b2cd1e21f25989b958e880f7b4791d1" 27 "sha512=b9bdb1f9c7df9b49c9cda47909e5a9c0d05dbfed54df0d2dd378fda860c0d5e2f7cd4b675a505b8b325b796567ec7a88dcf7be2154cb407ce026ee4ecb9bc592" 28 ] 29}