Codebase list ocaml-qcheck / upstream/0.18.1+git20220309.1.e92837e ppx_deriving_qcheck.opam
upstream/0.18.1+git20220309.1.e92837e

Tree @upstream/0.18.1+git20220309.1.e92837e (Download .tar.gz)

ppx_deriving_qcheck.opam @upstream/0.18.1+git20220309.1.e92837eraw · history · blame

opam-version: "2.0"
name: "ppx_deriving_qcheck"
version: "0.2.0"
license: "BSD-2-Clause"
synopsis: "PPX Deriver for QCheck"

maintainer: "valentin.chb@gmail.com"
author: [ "the qcheck contributors" ]

depends: [
  "dune" {>= "2.8.0"}
  "ocaml" {>= "4.08.0"}
  "qcheck" {>= "0.17"}
  "ppxlib" {>= "0.22.0"}
  "ppx_deriving" {>= "5.2.1"}
  "odoc" {with-doc}
  "alcotest" {with-test & >= "1.4.0" }
]

build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]

homepage: "https://github.com/c-cube/qcheck/"
bug-reports: "https://github.com/c-cube/qcheck/-/issues"
dev-repo: "git+https://github.com/vch9/ppx_deriving_qcheck.git"