(lang dune 3.14)
(name qcheck)
(version 0.18.1)
(sections
 (lib /usr/lib/ocaml/qcheck)
 (libexec /usr/lib/ocaml/qcheck)
 (doc /usr/doc/qcheck))
(files
 (lib
  (META
   QCheck_runner.ml
   dune-package
   opam
   qCheck_runner.cmi
   qCheck_runner.cmt
   qCheck_runner.cmx
   qcheck.a
   qcheck.cma
   qcheck.cmxa))
 (libexec (qcheck.cmxs))
 (doc (CHANGELOG.md LICENSE README.adoc odoc-pages/index.mld)))
(library
 (name qcheck)
 (kind normal)
 (synopsis "compatibility library for qcheck")
 (archives (byte qcheck.cma) (native qcheck.cmxa))
 (plugins (byte qcheck.cma) (native qcheck.cmxs))
 (native_archives qcheck.a)
 (requires qcheck-core qcheck-core.runner qcheck-ounit)
 (modes byte native)
 (modules
  (singleton
   (obj_name qCheck_runner)
   (visibility public)
   (source (path QCheck_runner) (impl (path QCheck_runner.ml))))))
