File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
fast_bitvector/fast_bitvector.0.1.2.2 Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,7 @@ x-maintenance-intent: ["(latest)"]
2626depends: [
2727 "dune" {>= "3.18"}
2828 ( ("ocaml" {>= "4.14.0" & <"5.1.0"})
29- | ("ocaml" {>= "5.1.0" & < "5.4.0"} & "ocaml_intrinsics_kernel" { arch != "arm32" & arch != "x86_32" })
30- | ("ocaml" {>= "5.4.0"}
31- & "ocaml_intrinsics_kernel" { arch != "arm32" & arch != "x86_32" }
32- & "ppxlib_jane" {>= "v0.17.4"}
33- )
29+ | ("ocaml" {>= "5.1.0"} & "ocaml_intrinsics_kernel" { arch != "arm32" & arch != "x86_32" })
3430 )
3531 "ppx_sexp_conv"
3632 "ppx_sexp_value" { >= "v0.16.0" }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build: [
1010 ["dune" "build" "-p" name "-j" jobs]
1111]
1212depends: [
13- "ocaml" {>= "5.3.0"}
13+ "ocaml" {>= "5.3.0" & < "5.4.0" }
1414 "dune" {>= "3.11.0"}
1515 "ppxlib" {>= "0.33.0" & < "0.36.0"}
1616]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build: [
1010 ["dune" "build" "-p" name "-j" jobs]
1111]
1212depends: [
13- "ocaml" {>= "5.3.0"}
13+ "ocaml" {>= "5.3.0" & < "5.4.0" }
1414 "dune" {>= "3.11.0"}
1515 "ppxlib" {>= "0.28.0" & < "0.36.0"}
1616]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build: [
1010 ["dune" "build" "-p" name "-j" jobs]
1111]
1212depends: [
13- "ocaml" {>= "5.3.0"}
13+ "ocaml" {>= "5.3.0" & < "5.4.0" }
1414 "dune" {>= "3.11.0"}
1515 "ppxlib" {>= "0.36.0"}
1616]
You can’t perform that action at this time.
0 commit comments