File tree Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ build: [
2626 "@doc" {with-doc}
2727 ]
2828]
29- dev-repo: "git+https://github.com/melange-re/melange-compiler-libs .git"
29+ dev-repo: "git+https://github.com/anmonteiro/eio-ssl .git"
3030url {
3131 src:
3232 "https://github.com/anmonteiro/eio-ssl/releases/download/0.1.0/eio-ssl-0.1.0.tbz"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "OpenSSL binding to EIO"
3+ maintainer: ["Antonio Nuno Monteiro <
[email protected] >"]
4+ authors: ["Antonio Nuno Monteiro <
[email protected] >"]
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_main" {>= "0.7"}
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/anmonteiro/eio-ssl.git"
30+ url {
31+ src:
32+ "https://github.com/anmonteiro/eio-ssl/releases/download/0.1.1/eio-ssl-0.1.1.tbz"
33+ checksum: [
34+ "sha256=cb3461f5474667b8e1a9cccfa4e82144619c9cb7e01fd43bf31e025a079844ec"
35+ "sha512=332d10e5b8b0e2c1148f004a781187ad5227ece407c6bb90f67d2f7e2c2332a19521af95d7b762c23a98ec9bbd2e5e136387df73f808a6fd49a8a5f3c651d5f4"
36+ ]
37+ }
38+ x-commit-hash: "12ef4a5999685b0b55f960aeae47f16e26ac4c89"
You can’t perform that action at this time.
0 commit comments