Skip to content

Commit 0e49a31

Browse files
authored
Merge pull request ocaml#22586 from MisterDA/alpine-3.17-libexecinfo-dev-removed
extunix: fix OCaml 5.0 incompatibilites and libexecinfo-dev Alpine depext availability
2 parents c8b4361 + 64ec679 commit 0e49a31

File tree

4 files changed

+6
-6
lines changed
  • packages/extunix

4 files changed

+6
-6
lines changed

packages/extunix/extunix.0.3.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ homepage: "https://ygrek.org/p/ocaml-extunix"
3434
doc: "https://ygrek.org/p/ocaml-extunix"
3535
bug-reports: "https://github.com/ygrek/extunix/issues"
3636
depends: [
37-
"ocaml" {>= "4.06"}
37+
"ocaml" {>= "4.06" & < "5.0"}
3838
"dune" {>= "2.2"}
3939
"dune-configurator" {build}
4040
"ppxlib" {>= "0.18"}

packages/extunix/extunix.0.3.2/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ doc: "https://ygrek.org/p/ocaml-extunix"
3434
bug-reports: "https://github.com/ygrek/extunix/issues"
3535
depends: [
3636
"dune" {>= "2.2"}
37-
"ocaml" {>= "4.06"}
37+
"ocaml" {>= "4.06" & < "5.0"}
3838
"dune-configurator" {build}
3939
"ppxlib" {>= "0.18" & build}
4040
"ounit2" {with-test}
@@ -57,7 +57,7 @@ build: [
5757
]
5858
]
5959
dev-repo: "git+https://github.com/ygrek/extunix.git"
60-
depexts: [["libexecinfo-dev"] {os = "alpine"}]
60+
depexts: [["libexecinfo-dev"] {os = "alpine" & os-version >= "3.5" & os-version < "3.17"}]
6161
url {
6262
src: "https://ygrek.org/p/release/ocaml-extunix/ocaml-extunix-0.3.2.tar.gz"
6363
checksum: [

packages/extunix/extunix.0.4.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ homepage: "https://github.com/ygrek/extunix"
3333
bug-reports: "https://github.com/ygrek/extunix/issues"
3434
depends: [
3535
"dune" {>= "2.8"}
36-
"ocaml" {>= "4.06"}
36+
"ocaml" {>= "4.06" & < "5.0"}
3737
"dune-configurator" {>= "2.9" & build}
3838
"ppxlib" {>= "0.18" & build}
3939
"ounit2" {with-test}
@@ -57,7 +57,7 @@ build: [
5757
]
5858
]
5959
dev-repo: "git+https://github.com/ygrek/extunix.git"
60-
depexts: [["libexecinfo-dev"] {os = "alpine"}]
60+
depexts: [["libexecinfo-dev"] {os = "alpine" & os-version >= "3.5" & os-version < "3.17"}]
6161
url {
6262
src:
6363
"https://github.com/ygrek/extunix/releases/download/v0.4.0/extunix-0.4.0.tbz"

packages/extunix/extunix.0.4.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ build: [
5757
]
5858
]
5959
dev-repo: "git+https://github.com/ygrek/extunix.git"
60-
depexts: [["libexecinfo-dev"] {os = "alpine"}]
60+
depexts: [["libexecinfo-dev"] {os = "alpine" & os-version >= "3.5" & os-version < "3.17"}]
6161
url {
6262
src:
6363
"https://github.com/ygrek/extunix/releases/download/v0.4.1/extunix-0.4.1.tbz"

0 commit comments

Comments
 (0)