File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build: [
1010]
1111
1212depends: [
13- "ocaml" {>= "4.00.0"}
13+ "ocaml" {>= "4.00.0" & < "5.0" }
1414 "ocamlfind" {build}
1515 "jbuilder" {>= "1.0+beta9"}
1616 "xen-gnt"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build: [
1212]
1313
1414depends: [
15- "ocaml" {>= "4.03.0"}
15+ "ocaml" {>= "4.03.0" & < "5.0" }
1616 "jbuilder" {>= "1.0+beta9"}
1717 "xen-gnt" {= "3.0.1"}
1818 "io-page-unix" {>= "2.0.0"}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ homepage: "https://github.com/mirage/ocaml-gnt"
1111doc: "https://mirage.github.io/ocaml-gnt/"
1212bug-reports: "https://github.com/mirage/ocaml-gnt/issues"
1313depends: [
14- "ocaml" {>= "4.03.0"}
14+ "ocaml" {>= "4.03.0" & < "5.0" }
1515 "dune" {>= "1.0"}
1616 "xen-gnt"
1717 "io-page-unix" {>= "2.0.0"}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ homepage: "https://github.com/mirage/ocaml-gnt"
1111doc: "https://mirage.github.io/ocaml-gnt/"
1212bug-reports: "https://github.com/mirage/ocaml-gnt/issues"
1313depends: [
14- "ocaml" {>= "4.03.0"}
14+ "ocaml" {>= "4.03.0" & < "5.0" }
1515 "dune" {>= "1.0"}
1616 "xen-gnt"
1717 "io-page-unix" {>= "2.0.0"}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ homepage: "https://github.com/mirage/ocaml-gnt"
1111doc: "https://mirage.github.io/ocaml-gnt/"
1212bug-reports: "https://github.com/mirage/ocaml-gnt/issues"
1313depends: [
14- "ocaml" {>= "4.08.0"}
14+ "ocaml" {>= "4.08.0" & < "5.0" }
1515 "dune" {>= "1.0"}
1616 "xen-gnt" {= version}
1717 "conf-xen"
You can’t perform that action at this time.
0 commit comments