this repo has no description
1opam-version: "2.0" 2maintainer: "Christopher Zimmermann <christopher@gmerlin.de>" 3 4homepage: "https://github.com/savonet/ocaml-ssl" 5dev-repo: "git+https://github.com/savonet/ocaml-ssl.git" 6bug-reports: "https://github.com/savonet/ocaml-ssl/issues" 7build: [ 8 ["dune" "subst"] {dev} 9 ["dune" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" {>= "4.02.0" & < "5.0"} 13 "dune" 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: "https://github.com/savonet/ocaml-ssl/archive/v0.5.6.tar.gz" 26 checksum: [ 27 "sha256=ebd822f8e9fc3bba115566ac76be123c15ac80b336e63040b977e3afcec95d52" 28 "md5=500b0bb7af4a736255ce706cc8e26762" 29 ] 30}