Skip to content

Commit

Permalink
Fix qcheck* package synopsis warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Oct 31, 2023
1 parent c0fe758 commit f5447d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/qcheck-alcotest/qcheck-alcotest.0.9/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build:[
["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 {
Expand Down
2 changes: 1 addition & 1 deletion packages/qcheck-ounit/qcheck-ounit.0.9/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build: [
["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 {
Expand Down
2 changes: 1 addition & 1 deletion packages/qcheck/qcheck.0.9/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build: [
["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
Expand Down

0 comments on commit f5447d2

Please sign in to comment.