Skip to content

Commit 04256fb

Browse files
committed
Add a ppx_deriving_qcheck.0.6 release
1 parent a7100b8 commit 04256fb

File tree

1 file changed

+31
-0
lines changed
  • packages/ppx_deriving_qcheck/ppx_deriving_qcheck.0.6

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
opam-version: "2.0"
2+
synopsis: "PPX Deriver for QCheck"
3+
maintainer: "[email protected]"
4+
authors: "the qcheck contributors"
5+
license: "BSD-2-Clause"
6+
homepage: "https://github.com/c-cube/qcheck/"
7+
bug-reports: "https://github.com/c-cube/qcheck/-/issues"
8+
depends: [
9+
"dune" {>= "2.8.0"}
10+
"ocaml" {>= "4.08.0"}
11+
"qcheck-core" {>= "0.24"}
12+
"ppxlib" {>= "0.22.0"}
13+
"ppx_deriving" {>= "5.2.1"}
14+
"odoc" {with-doc}
15+
"alcotest" {with-test & >= "1.4.0"}
16+
"qcheck-alcotest" {with-test & >= "0.24"}
17+
]
18+
build: [
19+
["dune" "build" "-p" name "-j" jobs]
20+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
21+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
22+
]
23+
dev-repo: "git+https://github.com/c-cube/qcheck.git"
24+
url {
25+
src: "https://github.com/c-cube/qcheck/archive/v0.24.tar.gz"
26+
checksum: [
27+
"md5=cd03561cfc31e08e3a2f1115ee3f89fe"
28+
"sha512=c7c1f437da940ba4bcf226e77d157633d25c0aa2567d3630be66c177bdd6bc920c406c0f810e0bf0e585c7a141c49507a2902331452a0b4651a5bac0660f2b49"
29+
]
30+
}
31+
x-maintenance-intent: ["(latest)"]

0 commit comments

Comments
 (0)