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.0"}
10 "ocaml" {>= "5.0"}
11 "ssl" {>= "0.5.13"}
12 "eio" {>= "0.6" & < "0.10"}
13 "eio_main" {>= "0.6"}
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.1.0/eio-ssl-0.1.0.tbz"
33 checksum: [
34 "sha256=64309785091b4af7df13c27713d5a3449214fc33d40c37aa9a2dbb52ae3b40fe"
35 "sha512=b94b2cdc15f9a9c63c5557d63922e66ff649a4d63da8ac185045cceb900e66de506ea0335324900007855c5b90c6f9aac76baaa38d5513289c161fa3be11c2c5"
36 ]
37}
38x-commit-hash: "38163f5e713747468cead0cd22649cea5d469292"