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.13.0"} "dune" {>= "3.0"} "tls" {= version} "mirage-crypto-rng-lwt" {>= "1.0.0"} "lwt" {>= "5.7.0"} "cmdliner" {>= "1.1.0"} "ptime" {>= "0.8.1"} "randomconv" {with-test & >= "0.2.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/v1.0.0/tls-1.0.0.tbz" checksum: [ "sha256=465c4a5c62f868025cd48fd09b2cbef8cf378d996386c09de1535be8407405a5" "sha512=6ee0400f93d1294f44e68f7641a8fe95818aefabea41bb39cb384d4639d9023e2f0e82a75328ae603c575593ff154318d100de4e9d0951afc86e611002b3080e" ] } x-commit-hash: "95a90b6906a5a3f0c49de9d23ce9b7089db48ada"