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" {>= "1.0"} "tls" {= version} "x509" {>= "0.14.0"} "ptime" {>= "0.8.1"} "async" {>= "v0.15.0" & < "v0.16.0"} "async_unix" {>= "v0.15"} "core" {>= "v0.15"} "cstruct-async" "ppx_jane" {>= "v0.15"} "mirage-crypto-rng-async" {< "1.0.0"} ] tags: [ "org:mirage"] synopsis: "Transport Layer Security purely in OCaml, Async layer" description: """ Tls-async provides Async-friendly tls bindings """ authors: [ "David Kaloper " "Hannes Mehnert " "Eric Ebinger " "Calascibetta Romain " ] url { src: "https://github.com/mirleft/ocaml-tls/releases/download/v0.15.3/tls-0.15.3.tbz" checksum: [ "sha256=5db456f98a2da3778296152f33dfb73e900c691c958805899fc8e6981f74465a" "sha512=371b85c6afebeda0fcc8cc5252e3333d9c3ef3a6bdbee160bb194e2a5928fd537c811c6eec729f16852070944e627257d44c97142a259d00d0db66956a95df49" ] } x-commit-hash: "9e05cbb8c61f1dd3e9707c530a7697cd2e63f45f"