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.7"}
13 "eio" {<"0.10"}
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/anmonteiro/eio-ssl.git"
31url {
32 src:
33 "https://github.com/anmonteiro/eio-ssl/releases/download/0.1.1/eio-ssl-0.1.1.tbz"
34 checksum: [
35 "sha256=cb3461f5474667b8e1a9cccfa4e82144619c9cb7e01fd43bf31e025a079844ec"
36 "sha512=332d10e5b8b0e2c1148f004a781187ad5227ece407c6bb90f67d2f7e2c2332a19521af95d7b762c23a98ec9bbd2e5e136387df73f808a6fd49a8a5f3c651d5f4"
37 ]
38}
39x-commit-hash: "12ef4a5999685b0b55f960aeae47f16e26ac4c89"