Skip to content

Commit b0a0a0e

Browse files
Patch to fix async_ssl build
1 parent d4c6a48 commit b0a0a0e

File tree

4 files changed

+32
-0
lines changed
  • packages/async_ssl
    • async_ssl.v0.15.0
    • async_ssl.v0.16.0
    • async_ssl.v0.16.1
    • async_ssl.v0.17.0

4 files changed

+32
-0
lines changed

packages/async_ssl/async_ssl.v0.15.0/opam

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ bug-reports: "https://github.com/janestreet/async_ssl/issues"
66
dev-repo: "git+https://github.com/janestreet/async_ssl.git"
77
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_ssl/index.html"
88
license: "MIT"
9+
patches: [ "no-incompatible-pointer-types.patch" ]
910
build: [
1011
["dune" "build" "-p" name "-j" jobs]
1112
]
@@ -31,3 +32,10 @@ url {
3132
src: "https://ocaml.janestreet.com/ocaml-core/v0.15/files/async_ssl-v0.15.0.tar.gz"
3233
checksum: "sha256=f218af427d80afa63a90e0d1ba04550256f28393ac9d79ec59a8ab52e1f7f508"
3334
}
35+
extra-source "no-incompatible-pointer-types.patch" {
36+
src:
37+
"https://raw.githubusercontent.com/raphael-proust/opam-source-archives/async_ssl-patch/patches/async_ssl/no-incompatible-pointer-types.patch"
38+
checksum: [
39+
"sha256=9096c22e90b8d4810e1ddbc915c78c8778bccceadcfc897b082ef2a1360c5d22"
40+
]
41+
}

packages/async_ssl/async_ssl.v0.16.0/opam

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ bug-reports: "https://github.com/janestreet/async_ssl/issues"
66
dev-repo: "git+https://github.com/janestreet/async_ssl.git"
77
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_ssl/index.html"
88
license: "MIT"
9+
patches: [ "no-incompatible-pointer-types.patch" ]
910
build: [
1011
["dune" "build" "-p" name "-j" jobs]
1112
]
@@ -32,3 +33,10 @@ url {
3233
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/async_ssl-v0.16.0.tar.gz"
3334
checksum: "sha256=5c9f74ddc00228634c2f6c60c10f3a821dc664f873d80c427284588c3e01bedd"
3435
}
36+
extra-source "no-incompatible-pointer-types.patch" {
37+
src:
38+
"https://raw.githubusercontent.com/raphael-proust/opam-source-archives/async_ssl-patch/patches/async_ssl/no-incompatible-pointer-types.patch"
39+
checksum: [
40+
"sha256=9096c22e90b8d4810e1ddbc915c78c8778bccceadcfc897b082ef2a1360c5d22"
41+
]
42+
}

packages/async_ssl/async_ssl.v0.16.1/opam

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ bug-reports: "https://github.com/janestreet/async_ssl/issues"
66
dev-repo: "git+https://github.com/janestreet/async_ssl.git"
77
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_ssl/index.html"
88
license: "MIT"
9+
patches: [ "no-incompatible-pointer-types.patch" ]
910
build: [
1011
["dune" "build" "-p" name "-j" jobs]
1112
]
@@ -37,3 +38,10 @@ url {
3738
"sha512=e4545e91d15d43f1a53ca8d05e8b7d39d11627671d0da2b2b02451b197387b396a310d51397decbd6448fc2bb13aa237b052685263dea4e2010f7884ad94371d"
3839
]
3940
}
41+
extra-source "no-incompatible-pointer-types.patch" {
42+
src:
43+
"https://raw.githubusercontent.com/raphael-proust/opam-source-archives/async_ssl-patch/patches/async_ssl/no-incompatible-pointer-types.patch"
44+
checksum: [
45+
"sha256=9096c22e90b8d4810e1ddbc915c78c8778bccceadcfc897b082ef2a1360c5d22"
46+
]
47+
}

packages/async_ssl/async_ssl.v0.17.0/opam

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ bug-reports: "https://github.com/janestreet/async_ssl/issues"
66
dev-repo: "git+https://github.com/janestreet/async_ssl.git"
77
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_ssl/index.html"
88
license: "MIT"
9+
patches: [ "no-incompatible-pointer-types.patch" ]
910
build: [
1011
["dune" "build" "-p" name "-j" jobs]
1112
]
@@ -33,3 +34,10 @@ url {
3334
src: "https://github.com/janestreet/async_ssl/archive/refs/tags/v0.17.0.tar.gz"
3435
checksum: "sha256=d1f9ca883ce9154571b2812235171707b70cb8e65b24ed3aeaec1fbebc5be1ba"
3536
}
37+
extra-source "no-incompatible-pointer-types.patch" {
38+
src:
39+
"https://raw.githubusercontent.com/raphael-proust/opam-source-archives/async_ssl-patch/patches/async_ssl/no-incompatible-pointer-types.patch"
40+
checksum: [
41+
"sha256=9096c22e90b8d4810e1ddbc915c78c8778bccceadcfc897b082ef2a1360c5d22"
42+
]
43+
}

0 commit comments

Comments
 (0)