this repo has no description

Merge pull request #22586 from MisterDA/alpine-3.17-libexecinfo-dev-removed

extunix: fix OCaml 5.0 incompatibilites and libexecinfo-dev Alpine depext availability

Kate 0e49a310 c8b4361f

Changed files
+6 -6
packages
extunix
extunix.0.3.1
extunix.0.3.2
extunix.0.4.0
extunix.0.4.1
+1 -1
packages/extunix/extunix.0.3.1/opam
···
doc: "https://ygrek.org/p/ocaml-extunix"
bug-reports: "https://github.com/ygrek/extunix/issues"
depends: [
-
"ocaml" {>= "4.06"}
+
"ocaml" {>= "4.06" & < "5.0"}
"dune" {>= "2.2"}
"dune-configurator" {build}
"ppxlib" {>= "0.18"}
+2 -2
packages/extunix/extunix.0.3.2/opam
···
bug-reports: "https://github.com/ygrek/extunix/issues"
depends: [
"dune" {>= "2.2"}
-
"ocaml" {>= "4.06"}
+
"ocaml" {>= "4.06" & < "5.0"}
"dune-configurator" {build}
"ppxlib" {>= "0.18" & build}
"ounit2" {with-test}
···
]
]
dev-repo: "git+https://github.com/ygrek/extunix.git"
-
depexts: [["libexecinfo-dev"] {os = "alpine"}]
+
depexts: [["libexecinfo-dev"] {os = "alpine" & os-version >= "3.5" & os-version < "3.17"}]
url {
src: "https://ygrek.org/p/release/ocaml-extunix/ocaml-extunix-0.3.2.tar.gz"
checksum: [
+2 -2
packages/extunix/extunix.0.4.0/opam
···
bug-reports: "https://github.com/ygrek/extunix/issues"
depends: [
"dune" {>= "2.8"}
-
"ocaml" {>= "4.06"}
+
"ocaml" {>= "4.06" & < "5.0"}
"dune-configurator" {>= "2.9" & build}
"ppxlib" {>= "0.18" & build}
"ounit2" {with-test}
···
]
]
dev-repo: "git+https://github.com/ygrek/extunix.git"
-
depexts: [["libexecinfo-dev"] {os = "alpine"}]
+
depexts: [["libexecinfo-dev"] {os = "alpine" & os-version >= "3.5" & os-version < "3.17"}]
url {
src:
"https://github.com/ygrek/extunix/releases/download/v0.4.0/extunix-0.4.0.tbz"
+1 -1
packages/extunix/extunix.0.4.1/opam
···
]
]
dev-repo: "git+https://github.com/ygrek/extunix.git"
-
depexts: [["libexecinfo-dev"] {os = "alpine"}]
+
depexts: [["libexecinfo-dev"] {os = "alpine" & os-version >= "3.5" & os-version < "3.17"}]
url {
src:
"https://github.com/ygrek/extunix/releases/download/v0.4.1/extunix-0.4.1.tbz"