Skip to content

Commit

Permalink
Merge pull request #4198 from c-cube/qcheck-0.4
Browse files Browse the repository at this point in the history
qcheck 0.4
  • Loading branch information
whitequark committed Jun 9, 2015
2 parents c6229d3 + 90ef0e5 commit b1f9e61
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/qcheck/qcheck.0.4/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
QuickCheck inspired property-based testing for OCaml.

This module allows to check invariants (properties of some types) over
randomly generated instances of the type. It provides combinators for
generating instances and printing them.

1 change: 1 addition & 0 deletions packages/qcheck/qcheck.0.4/findlib
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
qcheck
26 changes: 26 additions & 0 deletions packages/qcheck/qcheck.0.4/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
opam-version: "1.2"
maintainer: "[email protected]"
author: [ "Simon Cruanes <[email protected]>" ]
homepage: "https://github.com/c-cube/qcheck/"
doc: ["http://cedeela.fr/~simon/software/qcheck/QCheck.html"]
tags: [
"test"
"property"
"quickcheck"
]
build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix "--%{ounit:enable}%-ounit"]
[make "all" "install_file"]
]
install: [
[make "install"]
]
remove: [
["ocamlfind" "remove" "qcheck"]
]
depends: ["ocamlfind"]
depopts: ["ounit" ]
available: [ ocaml-version >= "4.00.0" ]
dev-repo: "https://github.com/c-cube/qcheck.git"
bug-reports: "https://github.com/c-cube/qcheck/issues"
conflicts: [ "ounit" { < "2.0" } ]
2 changes: 2 additions & 0 deletions packages/qcheck/qcheck.0.4/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/c-cube/qcheck/archive/0.4.tar.gz"
checksum: "87a5e6b8643fb9f2931fba381105e9aa"

0 comments on commit b1f9e61

Please sign in to comment.