this repo has no description

Fix opam lint for qcheck-core.0.9 too

Changed files
+1 -1
packages
qcheck-core
qcheck-core.0.9
+1 -1
packages/qcheck-core/qcheck-core.0.9/opam
···
["dune" "build" "@doc" "-p" name] {with-doc}
]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
-
synopsis: "QuickCheck inspired property-based testing for OCaml."
+
synopsis: "QuickCheck inspired property-based testing for OCaml"
description: """
This module allows to check invariants (properties of some types) over
randomly generated instances of the type. It provides combinators for