this repo has no description

Fix qcheck* package synopsis warning

Changed files
+3 -3
packages
qcheck
qcheck.0.9
qcheck-alcotest
qcheck-alcotest.0.9
qcheck-ounit
qcheck-ounit.0.9
+1 -1
packages/qcheck-alcotest/qcheck-alcotest.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 provides QCheck integration with alcotest."""
url {
+1 -1
packages/qcheck-ounit/qcheck-ounit.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 provides QCheck integration with OUnit."""
url {
+1 -1
packages/qcheck/qcheck.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