Skip to content

Commit 2fe46e4

Browse files
committed
Simplify fast_bitvector
1 parent ff324ba commit 2fe46e4

File tree

1 file changed

+1
-5
lines changed
  • packages/fast_bitvector/fast_bitvector.0.1.2.2

1 file changed

+1
-5
lines changed

packages/fast_bitvector/fast_bitvector.0.1.2.2/opam

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ x-maintenance-intent: ["(latest)"]
2626
depends: [
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" }

0 commit comments

Comments
 (0)