We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff324ba commit 2fe46e4Copy full SHA for 2fe46e4
packages/fast_bitvector/fast_bitvector.0.1.2.2/opam
@@ -26,11 +26,7 @@ x-maintenance-intent: ["(latest)"]
26
depends: [
27
"dune" {>= "3.18"}
28
( ("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
- )
+ | ("ocaml" {>= "5.1.0"} & "ocaml_intrinsics_kernel" { arch != "arm32" & arch != "x86_32" })
34
)
35
"ppx_sexp_conv"
36
"ppx_sexp_value" { >= "v0.16.0" }
0 commit comments