A repository of opam repositories, for use by oi
1.5 kB
55 lines
1opam-version: "2.0"
2synopsis: "Transport Layer Security purely in OCaml - Eio"
3description:
4 "Eio-based wrapper around the pure tls library. Provides non-blocking TLS communication over Eio flows."
5maintainer: [
6 "Hannes Mehnert <hannes@mehnert.org>" "David Kaloper <david@numm.org>"
7]
8authors: [
9 "David Kaloper <david@numm.org>" "Hannes Mehnert <hannes@mehnert.org>"
10]
11license: "BSD-2-Clause"
12tags: ["org:blacksun" "org:mirage" "crypto" "network" "eio"]
13homepage: "https://tangled.org/gazagnaire.org/ocaml-tls"
14bug-reports: "https://tangled.org/gazagnaire.org/ocaml-tls/issues"
15depends: [
16 "ocaml" {>= "5.0.0"}
17 "dune" {>= "3.21" & >= "3.0"}
18 "nox-tls" {= version}
19 "nox-crypto-rng" {>= "1.2.0"}
20 "nox-x509" {>= "1.0.0"}
21 "domain-name" {>= "0.3.0"}
22 "cstruct"
23 "digestif" {>= "1.2.0"}
24 "fmt" {>= "0.8.7"}
25 "eio" {>= "0.12"}
26 "eio_main" {>= "0.12" & with-test}
27 "mdx" {with-test}
28 "alcobar" {with-test}
29 "logs" {>= "0.7.0" & with-test}
30 "ptime" {>= "1.0.0"}
31 "odoc" {with-doc}
32]
33build: [
34 ["dune" "subst"] {dev}
35 [
36 "dune"
37 "build"
38 "-p"
39 name
40 "-j"
41 jobs
42 "@install"
43 "@runtest" {with-test}
44 "@doc" {with-doc}
45 ]
46]
47dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-tls"
48url {
49 src:
50 "git+https://tangled.org/gazagnaire.org/ocaml-tls#14255cc8fed22a71c864c8e39ec570cafc6a9cf1"
51}
52x-d10-archive:
53 "dd1540443812ba87cb2da8c38449b0cc096cfa3b6070fef96a0130c55dc6957e"
54x-maintenance-intent: ["(latest)"]
55x-oi-source-url: "git+https://tangled.org/gazagnaire.org/ocaml-tls#main"