package ppx_deriving_qcheck

  1. Overview
  2. No Docs
PPX Deriver for QCheck

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.90.tar.gz
md5=53cde85bd3f0431faeddeae493f32d9d
sha512=552871a95bcf27a81cd518a4aefc60ac0f08ef73c8e115f199952707b88ab20f7ecb762abb835a196c1adb7b948447e487daa0efbf6a39ee64bfcee0264f189f

Description

QCheck is a QuickCheck inspired property-based testing library for OCaml.

The ppx_deriving_qcheck package can automatically derive generators from type definitions. It can derive generators for both the QCheck and QCheck2 modules.

Published: 20 Dec 2025

Dependencies (5)

  1. ppx_deriving >= "6.1.0"
  2. ppxlib >= "0.36.0"
  3. qcheck-core >= "0.90"
  4. ocaml >= "4.08.0"
  5. dune >= "2.8.0"

Dev Dependencies (3)

  1. qcheck-alcotest with-test & >= "0.24"
  2. alcotest with-test & >= "1.4.0"
  3. odoc with-doc

Used by (1)

  1. ppx_pbt >= "0.2.1"

Conflicts

None