this repo has no description

spell.0.3 requires qcheck.0.6 to use ~color argument to QCheck_runner.run_tests

Changed files
+1 -1
packages
spelll
spelll.0.3
+1 -1
packages/spelll/spelll.0.3/opam
···
"dune" {< "3.0"}
"base-bytes"
"seq"
-
"qcheck" {with-test}
"mdx" {with-test}
"odoc" {with-doc}
]
···
"dune" {< "3.0"}
"base-bytes"
"seq"
+
"qcheck" {with-test & >= "0.6"}
"mdx" {with-test}
"odoc" {with-doc}
]