this repo has no description
1opam-version: "2.0" 2maintainer: "Romain Beauxis <toots@rastageeks.org>" 3authors: "Romain Beauxis <toots@rastageeks.org>" 4homepage: "https://github.com/toots/ocaml-osx-secure-transport" 5bug-reports: "https://github.com/toots/ocaml-osx-secure-transport/issues" 6license: "WTFPL" 7dev-repo: "git+https://github.com/toots/ocaml-osx-secure-transport.git" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" 13 "ctypes" {>= "0.4"} 14 "ctypes-foreign" 15 "dune" 16] 17available: os = "macos" 18synopsis: "macos/ios SecureTransport TLS OSX implementation API for OCaml" 19url { 20 src: 21 "https://github.com/toots/ocaml-osx-secure-transport/releases/download/0.1.1/osx-secure-transport-0.1.1.tar.gz" 22 checksum: [ 23 "sha256=ff382ee7fdff8fcf0e5cd8ceba2aecae58a9f6d9145ed784c3c6226445562bb7" 24 "md5=5b943b0c2120abdfb4e6022d2e64f06e" 25 ] 26}