File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ homepage: "https://ygrek.org/p/ocaml-extunix"
3434doc: "https://ygrek.org/p/ocaml-extunix"
3535bug-reports: "https://github.com/ygrek/extunix/issues"
3636depends: [
37- "ocaml" {>= "4.06"}
37+ "ocaml" {>= "4.06" & < "5.0" }
3838 "dune" {>= "2.2"}
3939 "dune-configurator" {build}
4040 "ppxlib" {>= "0.18"}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ doc: "https://ygrek.org/p/ocaml-extunix"
3434bug-reports: "https://github.com/ygrek/extunix/issues"
3535depends: [
3636 "dune" {>= "2.2"}
37- "ocaml" {>= "4.06"}
37+ "ocaml" {>= "4.06" & < "5.0" }
3838 "dune-configurator" {build}
3939 "ppxlib" {>= "0.18" & build}
4040 "ounit2" {with-test}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ homepage: "https://github.com/ygrek/extunix"
3333bug-reports: "https://github.com/ygrek/extunix/issues"
3434depends: [
3535 "dune" {>= "2.8"}
36- "ocaml" {>= "4.06"}
36+ "ocaml" {>= "4.06" & < "5.0" }
3737 "dune-configurator" {>= "2.9" & build}
3838 "ppxlib" {>= "0.18" & build}
3939 "ounit2" {with-test}
You can’t perform that action at this time.
0 commit comments