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/" maintainer: ["Romain Calascibetta "] license: "BSD-2-Clause" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "5.0.0"} "dune" {>= "3.0"} "tls" {= version} "mirage-crypto-rng-miou-unix" {>= "1.0.0" & with-test} "x509" {>= "1.0.0"} "miou" {>= "0.3.0"} "crowbar" {with-test} "rresult" {with-test} "ohex" {with-test} "ptime" {with-test} "hxd" {with-test} ] tags: [ "org:mirage"] synopsis: "Transport Layer Security purely in OCaml, Miou+Unix layer" description: """ Tls-miou provides an effectful Tls_miou module to be used with Miou and Unix. """ authors: "Romain Calascibetta " url { src: "https://github.com/mirleft/ocaml-tls/releases/download/v1.0.4/tls-1.0.4.tbz" checksum: [ "sha256=c85b7c1a1e22a6c796107b2725595dde260494c0ef06b61d9f53be22e1dc42e8" "sha512=98b5d136d3714d48ef23fe84e37dc91c95a47c14f85426c7235cc453c63a66ca0a1c433ac0b0ff2570d216871673f9aa1340720dc95c6c5ffb4db56ae2807158" ] } x-commit-hash: "394863a5fccb2f59d0779e571ce6092cda2e8f8f" x-maintenance-intent: [ "(latest)" ]