Skip to content

Commit 43331ec

Browse files
authored
Merge pull request ocaml#22730 from samoht/errno
unix-errno < 0.6 doesn't work with OCaml 5
2 parents 6957229 + 61a8aba commit 43331ec

File tree

7 files changed

+7
-7
lines changed
  • packages/unix-errno
    • unix-errno.0.3.0
    • unix-errno.0.4.0
    • unix-errno.0.4.1
    • unix-errno.0.4.2
    • unix-errno.0.5.0
    • unix-errno.0.5.1
    • unix-errno.0.5.2

7 files changed

+7
-7
lines changed

packages/unix-errno/unix-errno.0.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build: [make "build"]
99
install: [make "install"]
1010
remove: [make "uninstall"]
1111
depends: [
12-
"ocaml" {>= "4.01.0"}
12+
"ocaml" {>= "4.01.0" & < "5.0"}
1313
"ocamlfind" {build}
1414
"alcotest" {with-test}
1515
"base-bytes"

packages/unix-errno/unix-errno.0.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build: [make "build"]
99
install: [make "install"]
1010
remove: [make "uninstall"]
1111
depends: [
12-
"ocaml" {>= "4.01.0"}
12+
"ocaml" {>= "4.01.0" & < "5.0"}
1313
"ocamlfind" {build}
1414
"ocamlbuild" {build & != "0.9.0"}
1515
"alcotest" {with-test}

packages/unix-errno/unix-errno.0.4.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build: [
1313
install: [make "install"]
1414
remove: [make "uninstall"]
1515
depends: [
16-
"ocaml" {>= "4.01.0"}
16+
"ocaml" {>= "4.01.0" & < "5.0"}
1717
"ocamlfind" {build}
1818
"ocamlbuild" {build & != "0.9.0"}
1919
"alcotest" {with-test}

packages/unix-errno/unix-errno.0.4.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build: [
1313
install: [make "install"]
1414
remove: [make "uninstall"]
1515
depends: [
16-
"ocaml" {>= "4.01.0"}
16+
"ocaml" {>= "4.01.0" & < "5.0"}
1717
"ocamlfind" {build}
1818
"ocamlbuild" {build & != "0.9.0"}
1919
"alcotest" {with-test}

packages/unix-errno/unix-errno.0.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build: [
1313
install: [make "install"]
1414
remove: [make "uninstall"]
1515
depends: [
16-
"ocaml" {>= "4.01.0"}
16+
"ocaml" {>= "4.01.0" & < "5.0"}
1717
"ocamlfind" {build}
1818
"ocamlbuild" {build & != "0.9.0"}
1919
"alcotest" {with-test}

packages/unix-errno/unix-errno.0.5.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build: [
1313
install: [make "install"]
1414
remove: [make "uninstall"]
1515
depends: [
16-
"ocaml" {>= "4.01.0"}
16+
"ocaml" {>= "4.01.0" & < "5.0"}
1717
"ocamlfind" {build}
1818
"ocamlbuild" {build & != "0.9.0"}
1919
"alcotest" {with-test}

packages/unix-errno/unix-errno.0.5.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build: [
1313
install: [make "install"]
1414
remove: [make "uninstall"]
1515
depends: [
16-
"ocaml" {>= "4.01.0"}
16+
"ocaml" {>= "4.01.0" & < "5.0"}
1717
"ocamlfind" {build}
1818
"ocamlbuild" {build & != "0.9.0"}
1919
"alcotest" {with-test}

0 commit comments

Comments
 (0)