OASISFormat: 0.4
Name:        qcheck
Version:     0.7
Homepage:    https://github.com/c-cube/qcheck
Authors:     Simon Cruanes, Vincent Hugot
License:     LGPL
LicenseFile: LICENSE
Plugins:     META (0.4), DevFiles (0.4)
BuildTools:  ocamlbuild

Synopsis:    QuickCheck inspired property based testing
Description:
    QuickCheck inspired property-based testing for OCaml. Used in QTest.

Library "qcheck"
  Path:             src
  Pack:             false
  Modules:          QCheck, QCheck_runner
  Install:          true
  BuildDepends:     unix, bytes, oUnit

Executable qcheck_ounit_example
  CompiledObject:   best
  Path:           example
  Install:        false
  BuildDepends:   qcheck, oUnit
  MainIs:         QCheck_ounit_test.ml

Executable qcheck_runner_example
  CompiledObject:   best
  Path:           example
  Install:        false
  BuildDepends:   qcheck, oUnit
  MainIs:         QCheck_runner_test.ml

Executable qcheck_example
  CompiledObject:   best
  Path:           example
  Install:        false
  BuildDepends:   qcheck, oUnit
  MainIs:         QCheck_test.ml

Document qcheck
  Title:                QCheck docs
  Type:                 ocamlbuild (0.3)
  BuildTools+:          ocamldoc
  Install:              true
  XOCamlbuildPath:      src
  XOCamlbuildLibraries: qcheck

SourceRepository head
  Type: git
  Location: https://github.com/c-cube/qcheck
  Browser: https://github.com/c-cube/qcheck/tree/master/src
