this repo has no description
0
fork

Configure Feed

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

Merge pull request #22341 from anmonteiro/release-eio-ssl-0.1.0

[new release] eio-ssl (0.1.0)

authored by

Marcello Seri and committed by
GitHub
1e266435 b3eb6b65

+38
+38
packages/eio-ssl/eio-ssl.0.1.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.0"} 10 + "ocaml" {>= "5.0"} 11 + "ssl" {>= "0.5.13"} 12 + "eio" {>= "0.6"} 13 + "eio_main" {>= "0.6"} 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.1.0/eio-ssl-0.1.0.tbz" 33 + checksum: [ 34 + "sha256=64309785091b4af7df13c27713d5a3449214fc33d40c37aa9a2dbb52ae3b40fe" 35 + "sha512=b94b2cdc15f9a9c63c5557d63922e66ff649a4d63da8ac185045cceb900e66de506ea0335324900007855c5b90c6f9aac76baaa38d5513289c161fa3be11c2c5" 36 + ] 37 + } 38 + x-commit-hash: "38163f5e713747468cead0cd22649cea5d469292"