this repo has no description
1opam-version: "2.0" 2synopsis: "OpenSSL binding to EIO" 3maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 4authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 5license: "LicenseRef-LGPL-WITH-OpenSSL-linking-exception" 6homepage: "https://github.com/anmonteiro/eio-ssl" 7bug-reports: "https://github.com/anmonteiro/eio-ssl/issues" 8depends: [ 9 "dune" {>= "2.7"} 10 "ocaml" {>= "5.0"} 11 "ssl" {>= "0.7.0"} 12 "eio" {>= "0.12"} 13 "odoc" {with-doc} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://github.com/melange-re/melange-compiler-libs.git" 30url { 31 src: 32 "https://github.com/anmonteiro/eio-ssl/releases/download/0.3.0/eio-ssl-0.3.0.tbz" 33 checksum: [ 34 "sha256=9b80a2510b5755231f2ed85b0ec01fb6988eb2bdb8239206894d6fbfb473f20a" 35 "sha512=2f93ba3955b5d9c5c3b8248d83f42f058e60c833a11dbf4dd0a0bf7b219fe68c531b00763c88bd24a3884d82030b1401eb141c6cd26b722843fd74eb1f68374e" 36 ] 37} 38x-commit-hash: "5444faeae017a5db35793d0d8676166e5955efd7"