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" 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" {>= "3.0"} "tls" {= version} "mirage-crypto-rng-lwt" {>= "0.11.0" & < "1.0.0"} "x509" {>= "0.15.0"} "lwt" {>= "3.0.0"} "cmdliner" {>= "1.1.0"} ] conflicts: [ "result" {< "1.5"} ] tags: [ "org:mirage"] synopsis: "Transport Layer Security purely in OCaml, Lwt layer" description: """ Tls-lwt provides an effectful Tls_lwt module to be used with Lwt. """ authors: [ "David Kaloper " "Hannes Mehnert " ] url { src: "https://github.com/mirleft/ocaml-tls/releases/download/v0.17.0/tls-0.17.0.tbz" checksum: [ "sha256=fa45e8f0b76a58c417d99a65743f72f5c75a8fac6fac961e93277ebeed9df47a" "sha512=64dbcbb254486396c3981ae5098a41fcb2cf0beb23236ce399ca5835a3565cb1008706e1a3b08903884038db2dcd46113cf6a62d2c44af584153301e25f6b2a8" ] } x-commit-hash: "7c3fda0b4321450f48c7b42f64781de16dea0358"