Skip to content

Commit bf9c3fa

Browse files
committed
webmachine < 0.5.0 is not compatible with OCaml 5.0 (uses Pervasives)
1 parent 7158b96 commit bf9c3fa

File tree

12 files changed

+12
-12
lines changed
  • packages/webmachine
    • webmachine.0.1.0
    • webmachine.0.1.1
    • webmachine.0.1.2
    • webmachine.0.2.0
    • webmachine.0.2.1
    • webmachine.0.2.2
    • webmachine.0.2.3
    • webmachine.0.2.4
    • webmachine.0.3.0
    • webmachine.0.3.1
    • webmachine.0.3.2
    • webmachine.0.4.0

12 files changed

+12
-12
lines changed

packages/webmachine/webmachine.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ remove: [
2121
]
2222

2323
depends: [
24-
"ocaml" {>= "4.01"}
24+
"ocaml" {>= "4.01" & < "5.0"}
2525
"cohttp" {>= "0.12.0" & < "0.21.0"}
2626
"ounit" {with-test}
2727
"ocamlfind" {build}

packages/webmachine/webmachine.0.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ remove: [
2121
["ocamlfind" "remove" "webmachine"]
2222
]
2323
depends: [
24-
"ocaml" {>= "4.01"}
24+
"ocaml" {>= "4.01" & < "5.0"}
2525
"cohttp" {>= "0.12.0" & < "0.21.0"}
2626
"ocamlfind" {build}
2727
"ounit" {with-test & >= "1.0.2"}

packages/webmachine/webmachine.0.1.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ remove: [
2121
["ocamlfind" "remove" "webmachine"]
2222
]
2323
depends: [
24-
"ocaml" {>= "4.01"}
24+
"ocaml" {>= "4.01" & < "5.0"}
2525
"cohttp" {>= "0.12.0" & < "0.21.0"}
2626
"ocamlfind" {build}
2727
"ounit" {with-test & >= "1.0.2"}

packages/webmachine/webmachine.0.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ remove: [
1818
["ocamlfind" "remove" "webmachine"]
1919
]
2020
depends: [
21-
"ocaml" {>= "4.01"}
21+
"ocaml" {>= "4.01" & < "5.0"}
2222
"cohttp" {>= "0.12.0" & < "0.21.0"}
2323
"dispatch" {< "0.2.0"}
2424
"ocamlfind" {build}

packages/webmachine/webmachine.0.2.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ remove: [
1818
["ocamlfind" "remove" "webmachine"]
1919
]
2020
depends: [
21-
"ocaml" {>= "4.01"}
21+
"ocaml" {>= "4.01" & < "5.0"}
2222
"cohttp" {>= "0.12.0" & < "0.21.0"}
2323
"dispatch" {= "0.2.0"}
2424
"ocamlfind" {build}

packages/webmachine/webmachine.0.2.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ remove: [
1818
["ocamlfind" "remove" "webmachine"]
1919
]
2020
depends: [
21-
"ocaml" {>= "4.01"}
21+
"ocaml" {>= "4.01" & < "5.0"}
2222
"cohttp" {>= "0.12.0" & < "0.21.0"}
2323
"dispatch" {= "0.2.0"}
2424
"ocamlfind" {build}

packages/webmachine/webmachine.0.2.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ remove: [
1818
["ocamlfind" "remove" "webmachine"]
1919
]
2020
depends: [
21-
"ocaml" {>= "4.01"}
21+
"ocaml" {>= "4.01" & < "5.0"}
2222
"cohttp" {>= "0.12.0" & < "0.21.0"}
2323
"dispatch" {>= "0.3.0" & < "0.5.0"}
2424
"ocamlfind" {build}

packages/webmachine/webmachine.0.2.4/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ remove: [
1818
["ocamlfind" "remove" "webmachine"]
1919
]
2020
depends: [
21-
"ocaml" {>= "4.01"}
21+
"ocaml" {>= "4.01" & < "5.0"}
2222
"cohttp" {>= "0.12.0" & < "0.21.0"}
2323
"dispatch" {>= "0.3.0" & < "0.5.0"}
2424
"ocamlfind" {build}

packages/webmachine/webmachine.0.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ remove: [
1818
["ocamlfind" "remove" "webmachine"]
1919
]
2020
depends: [
21-
"ocaml" {>= "4.01"}
21+
"ocaml" {>= "4.01" & < "5.0"}
2222
"cohttp" {>= "0.12.0" & < "0.21.0"}
2323
"dispatch" {>= "0.3.0" & < "0.5.0"}
2424
"ocamlfind" {build}

packages/webmachine/webmachine.0.3.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ remove: [
1818
["ocamlfind" "remove" "webmachine"]
1919
]
2020
depends: [
21-
"ocaml" {>= "4.01"}
21+
"ocaml" {>= "4.01" & < "5.0"}
2222
"cohttp" {>= "0.12.0" & < "0.21.0"}
2323
"dispatch" {>= "0.3.0" & < "0.5.0"}
2424
"ocamlfind" {build}

0 commit comments

Comments
 (0)