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 @@ -8,7 +8,7 @@ dev-repo: "git+https://github.com/haesbaert/rawlink.git"
88doc: "https://haesbaert.github.io/rawlink/api"
99build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]
1010depends: [
11- "ocaml" {>= "4.03.0"}
11+ "ocaml" {>= "4.03.0" & < "5.0" }
1212 "ocamlfind" {build}
1313 "topkg" {build}
1414 "lwt" {>= "2.4.7" & < "4.0.0"}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dev-repo: "git+https://github.com/haesbaert/rawlink.git"
88doc: "https://haesbaert.github.io/rawlink/api"
99build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]
1010depends: [
11- "ocaml" {>= "4.03.0"}
11+ "ocaml" {>= "4.03.0" & < "5.0" }
1212 "ocamlfind" {build}
1313 "topkg" {build}
1414 "lwt" {>= "2.4.7" & < "4.0.0"}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build: [
1010 [ "dune" "subst" ] {dev}
1111 [ "dune" "build" "-p" name "-j" jobs ] ]
1212depends: [
13- "ocaml" {>= "4.03.0"}
13+ "ocaml" {>= "4.03.0" & < "5.0" }
1414 "dune"
1515 "lwt" {>= "2.4.7"}
1616 "cstruct" {>= "3.2.0" & < "6.1.0"}
You can’t perform that action at this time.
0 commit comments