(lang dune 2.9)
(name qcheck-alcotest)
(version 0.18)
(library
 (name qcheck-alcotest)
 (kind normal)
 (archives (byte qcheck_alcotest.cma) (native qcheck_alcotest.cmxa))
 (plugins (byte qcheck_alcotest.cma) (native qcheck_alcotest.cmxs))
 (native_archives qcheck_alcotest.a)
 (requires unix bytes qcheck-core qcheck-core.runner alcotest)
 (modes byte native)
 (modules
  (singleton
   (name QCheck_alcotest)
   (obj_name qCheck_alcotest)
   (visibility public)
   (impl)
   (intf))))
