this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] eio-ssl (0.3.0)

CHANGES:

- Handle EOF from OpenSSL more gracefully
([anmonteiro/eio-ssl#23](https://github.com/anmonteiro/eio-ssl/pull/23))

+38
+38
packages/eio-ssl/eio-ssl.0.3.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "OpenSSL binding to EIO" 3 + maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 4 + authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 5 + license: "LicenseRef-LGPL-WITH-OpenSSL-linking-exception" 6 + homepage: "https://github.com/anmonteiro/eio-ssl" 7 + bug-reports: "https://github.com/anmonteiro/eio-ssl/issues" 8 + depends: [ 9 + "dune" {>= "2.7"} 10 + "ocaml" {>= "5.0"} 11 + "ssl" {>= "0.5.13"} 12 + "eio" {>= "0.12"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 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 + ] 29 + dev-repo: "git+https://github.com/melange-re/melange-compiler-libs.git" 30 + url { 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 + } 38 + x-commit-hash: "5444faeae017a5db35793d0d8676166e5955efd7"