Codebase list ocaml-qcheck / fresh-snapshots/main src / dune
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

dune @fresh-snapshots/mainraw · history · blame

(library
  (name qcheck)
  (public_name qcheck)
  (wrapped false)
  (modules QCheck_runner)
  (synopsis "compatibility library for qcheck")
  (libraries qcheck-core qcheck-core.runner qcheck-ounit))

(documentation
  (package qcheck)
  (mld_files index))