this repo has no description
1opam-version: "2.0"
2synopsis: "OpenSSL binding to EIO"
3maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
4authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
5license: "LicenseRef-LGPL-WITH-OpenSSL-linking-exception"
6homepage: "https://github.com/anmonteiro/eio-ssl"
7bug-reports: "https://github.com/anmonteiro/eio-ssl/issues"
8depends: [
9 "dune" {>= "2.7"}
10 "ocaml" {>= "5.0"}
11 "ssl" {>= "0.5.13"}
12 "eio_main" {>= "0.10" & < "0.12"}
13 "odoc" {with-doc}
14]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "@install"
25 "@runtest" {with-test}
26 "@doc" {with-doc}
27 ]
28]
29dev-repo: "git+https://github.com/anmonteiro/eio-ssl.git"
30url {
31 src:
32 "https://github.com/anmonteiro/eio-ssl/releases/download/0.2.0/eio-ssl-0.2.0.tbz"
33 checksum: [
34 "sha256=616f08fc3e8488b7e62ed89a54521b235fada6b87e358a7b4339be79b494e046"
35 "sha512=c251b5bf379a5435f4d460468c3b31c1d85079fdad6fbc9bfef61b2dfb6b4889d09ea52c2066b79bbe2c30a5f4c7d0903c1c9186013b4c37a5dae396df482e13"
36 ]
37}
38x-commit-hash: "5927222848f981235b658e026183a5b606a379f8"