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.14" & < "v0.15"} "async_find" {>= "v0.14" & < "v0.15"} "async_unix" {>= "v0.14" & < "v0.15"} "core" {>= "v0.14" & < "v0.15"} "cstruct-async" "ppx_jane" {>= "v0.14" & < "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.14.1/tls-v0.14.1.tbz" checksum: [ "sha256=58cf2d517d6eac5b1ccc5eeb656da690aef2125a19c1eca3fbececd858046216" "sha512=46854380f2f247cdd1549a939c85a0016a58b23c78f9c8bc41173174c59d531c61ec094adc8ea57b1c902cd35c1886931868fdfcc67b799b80929e00887919b6" ] } x-commit-hash: "fc0ed4a4a9e9cb1bd2d4a42c28c34d78846894e6"