Skip to content

Commit 64ec679

Browse files
authored
Apply suggestions from code review
1 parent 82052e6 commit 64ec679

File tree

3 files changed

+3
-3
lines changed
  • packages/extunix

3 files changed

+3
-3
lines changed

packages/extunix/extunix.0.3.2/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" & "3.5" <= os-version & os-version < "3.17"}]
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: 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" & "3.5" <= os-version & os-version < "3.17"}]
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" & "3.5" <= os-version & os-version < "3.17"}]
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)