opam-version: "2.0" homepage: "https://github.com/mirleft/ocaml-tls" dev-repo: "git+https://github.com/mirleft/ocaml-tls.git" bug-reports: "https://github.com/mirleft/ocaml-tls/issues" doc: "https://mirleft.github.io/ocaml-tls/doc" author: ["David Kaloper " "Hannes Mehnert "] maintainer: ["Hannes Mehnert " "David Kaloper "] license: "BSD-2-Clause" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.08.0"} "dune" {>= "1.0"} "tls" {= version} "x509" {>= "0.13.0"} "fmt" "lwt" {>= "3.0.0"} "mirage-flow" {>= "2.0.0"} "mirage-kv" {>= "3.0.0"} "mirage-clock" {>= "3.0.0"} "mirage-time" {>= "2.0.0"} "duration" "ptime" {>= "0.8.1"} "mirage-crypto" "duration" ] tags: [ "org:mirage"] synopsis: "Transport Layer Security purely in OCaml, MirageOS layer" description: """ Tls-mirage provides an effectful FLOW module to be used in the MirageOS ecosystem. """ url { src: "git+https://github.com/hannesm/ocaml-tls.git#timeout" }