opam-version: "2.0"
maintainer: "Romain Beauxis <toots@rastageeks.org>"
authors: "Romain Beauxis <toots@rastageeks.org>"
homepage: "https://github.com/toots/ocaml-osx-secure-transport"
bug-reports: "https://github.com/toots/ocaml-osx-secure-transport/issues"
license: "WTFPL"
dev-repo: "git+https://github.com/toots/ocaml-osx-secure-transport.git"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml"
  "ctypes" {>= "0.4"}
  "ctypes-foreign"
  "dune"
]
available: os = "macos"
synopsis: "macos/ios SecureTransport TLS OSX implementation API for OCaml"
url {
  src:
    "https://github.com/toots/ocaml-osx-secure-transport/releases/download/0.1.1/osx-secure-transport-0.1.1.tar.gz"
  checksum: "md5=5b943b0c2120abdfb4e6022d2e64f06e"
}
