File tree Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ bug-reports: "https://github.com/janestreet/async_ssl/issues"
6
6
dev-repo: "git+https://github.com/janestreet/async_ssl.git"
7
7
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_ssl/index.html"
8
8
license: "MIT"
9
+ patches: [ "no-incompatible-pointer-types.patch" ]
9
10
build: [
10
11
["dune" "build" "-p" name "-j" jobs]
11
12
]
31
32
src: "https://ocaml.janestreet.com/ocaml-core/v0.15/files/async_ssl-v0.15.0.tar.gz"
32
33
checksum: "sha256=f218af427d80afa63a90e0d1ba04550256f28393ac9d79ec59a8ab52e1f7f508"
33
34
}
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
+ }
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ bug-reports: "https://github.com/janestreet/async_ssl/issues"
6
6
dev-repo: "git+https://github.com/janestreet/async_ssl.git"
7
7
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_ssl/index.html"
8
8
license: "MIT"
9
+ patches: [ "no-incompatible-pointer-types.patch" ]
9
10
build: [
10
11
["dune" "build" "-p" name "-j" jobs]
11
12
]
32
33
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/async_ssl-v0.16.0.tar.gz"
33
34
checksum: "sha256=5c9f74ddc00228634c2f6c60c10f3a821dc664f873d80c427284588c3e01bedd"
34
35
}
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
+ }
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ bug-reports: "https://github.com/janestreet/async_ssl/issues"
6
6
dev-repo: "git+https://github.com/janestreet/async_ssl.git"
7
7
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_ssl/index.html"
8
8
license: "MIT"
9
+ patches: [ "no-incompatible-pointer-types.patch" ]
9
10
build: [
10
11
["dune" "build" "-p" name "-j" jobs]
11
12
]
37
38
"sha512=e4545e91d15d43f1a53ca8d05e8b7d39d11627671d0da2b2b02451b197387b396a310d51397decbd6448fc2bb13aa237b052685263dea4e2010f7884ad94371d"
38
39
]
39
40
}
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
+ }
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ bug-reports: "https://github.com/janestreet/async_ssl/issues"
6
6
dev-repo: "git+https://github.com/janestreet/async_ssl.git"
7
7
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_ssl/index.html"
8
8
license: "MIT"
9
+ patches: [ "no-incompatible-pointer-types.patch" ]
9
10
build: [
10
11
["dune" "build" "-p" name "-j" jobs]
11
12
]
33
34
src: "https://github.com/janestreet/async_ssl/archive/refs/tags/v0.17.0.tar.gz"
34
35
checksum: "sha256=d1f9ca883ce9154571b2812235171707b70cb8e65b24ed3aeaec1fbebc5be1ba"
35
36
}
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
+ }
You can’t perform that action at this time.
0 commit comments