We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d3e3d commit 04556fbCopy full SHA for 04556fb
1 file changed
nullable-array.opam
@@ -19,8 +19,8 @@ build-test: [
19
install: [] (* no install rules: done through a .install file *)
20
21
available: [
22
- ocaml-version >= "4.02" (* use -keep-locs and attributes *)
23
- & ocaml-version <= "4.05" (* need to be tested before announcing that a version is correct *)
+ ocaml-version >= "4.03" (* use Sys.opaque_identity *)
+ & ocaml-version <= "4.06" (* need to be tested before announcing that a version is correct *)
24
]
25
26
depends: [
0 commit comments