opam-version: "2.0" synopsis: "OpenSSL binding to EIO" maintainer: ["Antonio Nuno Monteiro "] authors: ["Antonio Nuno Monteiro "] license: "LicenseRef-LGPL-WITH-OpenSSL-linking-exception" homepage: "https://github.com/anmonteiro/eio-ssl" bug-reports: "https://github.com/anmonteiro/eio-ssl/issues" depends: [ "dune" {>= "2.0"} "ocaml" {>= "5.0"} "ssl" {>= "0.5.13"} "eio" {>= "0.6" & < "0.10"} "eio_main" {>= "0.6"} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/anmonteiro/eio-ssl.git" url { src: "https://github.com/anmonteiro/eio-ssl/releases/download/0.1.0/eio-ssl-0.1.0.tbz" checksum: [ "sha256=64309785091b4af7df13c27713d5a3449214fc33d40c37aa9a2dbb52ae3b40fe" "sha512=b94b2cdc15f9a9c63c5557d63922e66ff649a4d63da8ac185045cceb900e66de506ea0335324900007855c5b90c6f9aac76baaa38d5513289c161fa3be11c2c5" ] } x-commit-hash: "38163f5e713747468cead0cd22649cea5d469292"