(lang dune 2.9)
(name qcheck-ounit)
(version 0.18.1)
(library
 (name qcheck-ounit)
 (kind normal)
 (archives (byte qcheck_ounit.cma) (native qcheck_ounit.cmxa))
 (plugins (byte qcheck_ounit.cma) (native qcheck_ounit.cmxs))
 (native_archives qcheck_ounit.a)
 (requires unix bytes qcheck-core qcheck-core.runner ounit2)
 (modes byte native)
 (modules
  (singleton
   (name QCheck_ounit)
   (obj_name qCheck_ounit)
   (visibility public)
   (impl)
   (intf))))
