(lang dune 2.9)
(name qcheck)
(version 0.20)
(library
 (name qcheck)
 (kind normal)
 (synopsis "compatibility library for qcheck")
 (archives (byte qcheck.cma))
 (plugins (byte qcheck.cma))
 (requires qcheck-core qcheck-core.runner qcheck-ounit)
 (modes byte)
 (modules
  (singleton
   (name QCheck_runner)
   (obj_name qCheck_runner)
   (visibility public)
   (impl))))
