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]
18synopsis: "Bindings for OpenSSL"
19authors: "Samuel Mimram <samuel.mimram@ens-lyon.org>"
20url {
21 src:
22 "https://github.com/savonet/ocaml-ssl/releases/download/0.5.13/ssl-0.5.13.tbz"
23 checksum: [
24 "sha256=d68550952c8fed5e7922b273597a4da801c254edd21a971360f510529e1c2b39"
25 "sha512=0d6b4265bf75c3d9b7f262486ab52410f9a16208193171d7a5b74e4e233dfab847c153aa711aaf9114f4997546c4c39d45273ce20e9cbdaaf5d41c58c1635adc"
26 ]
27}
28x-commit-hash: "d9f9695947498b43afe47d7078b6d53f77104717"