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 "dune" {>= "2.7"} 13 "ocaml" {>= "4.03.0"} 14 "dune-configurator" 15 "base-unix" 16 "conf-libssl" 17 "alcotest" {with-test} 18 "bisect_ppx" {dev & >= "2.5.0"} 19] 20synopsis: "Bindings for OpenSSL" 21authors: "Samuel Mimram <samuel.mimram@ens-lyon.org>" 22url { 23 src: 24 "https://github.com/savonet/ocaml-ssl/releases/download/0.6.0/ssl-0.6.0.tbz" 25 checksum: [ 26 "sha256=39d1c8e69dbfdd4ea121bef52f8a30802e4baa556272ff1de43a66302960c051" 27 "sha512=8cd4a0d4efa947daaa98a55f3d1b7ef3533604f8b863c5f7cf3facfb7c9fafec9352c34d4cd86177294ecd499efb3f084e2afac9dc595451525c3cc214adb36f" 28 ] 29} 30x-commit-hash: "09c9ce9d28e4d592a4998b909bd1e5a524e84bd0"