c-cube / qcheck

QuickCheck inspired property-based testing for OCaml.
https://c-cube.github.io/qcheck/
BSD 2-Clause "Simplified" License
340 stars 37 forks source link

Lower ppx_deriving_qcheck's qcheck dependency #273

Closed jmid closed 10 months ago

jmid commented 1 year ago

Drive-by-issue: I just spotted that ppx_deriving_qcheck requires qcheck https://github.com/c-cube/qcheck/blob/063c1d74795a24eb77fa661d218c4715382df566/ppx_deriving_qcheck.opam#L13 It should be sufficient to require qcheck-core though.