Skip to content

Commit

Permalink
5 packages from c-cube/qcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Jul 8, 2022
1 parent 074f798 commit 56e6b2c
Show file tree
Hide file tree
Showing 5 changed files with 160 additions and 0 deletions.
30 changes: 30 additions & 0 deletions packages/ppx_deriving_qcheck/ppx_deriving_qcheck.0.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
opam-version: "2.0"
synopsis: "PPX Deriver for QCheck"
maintainer: "[email protected]"
authors: "the qcheck contributors"
license: "BSD-2-Clause"
homepage: "https://github.com/c-cube/qcheck/"
bug-reports: "https://github.com/c-cube/qcheck/-/issues"
depends: [
"dune" {>= "2.8.0"}
"ocaml" {>= "4.08.0"}
"qcheck" {>= "0.19"}
"ppxlib" {>= "0.22.0"}
"ppx_deriving" {>= "5.2.1"}
"odoc" {with-doc}
"alcotest" {with-test & >= "1.4.0"}
"qcheck-alcotest" {with-test & >= "0.17"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/vch9/ppx_deriving_qcheck.git"
url {
src: "https://github.com/c-cube/qcheck/archive/v0.19.tar.gz"
checksum: [
"md5=2d62d08834746a57d0ff618587bca6d4"
"sha512=4dfebbc8bb0448076972fe96d1d6586434c6732b1a8328f30c165d5530860ab28cf23554e8058b442abcbd6c69839798110f52f368e0c1b9a415bf765819c6d4"
]
}
31 changes: 31 additions & 0 deletions packages/qcheck-alcotest/qcheck-alcotest.0.19/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
opam-version: "2.0"
synopsis: "Alcotest backend for qcheck"
maintainer: "[email protected]"
authors: "the qcheck contributors"
license: "BSD-2-Clause"
tags: ["test" "quickcheck" "qcheck" "alcotest"]
homepage: "https://github.com/c-cube/qcheck/"
doc: "http://c-cube.github.io/qcheck/"
bug-reports: "https://github.com/c-cube/qcheck/issues"
depends: [
"dune" {>= "2.2"}
"base-bytes"
"base-unix"
"qcheck-core" {= version}
"alcotest" {>= "0.8.1"}
"odoc" {with-doc}
"ocaml" {>= "4.08.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}
]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
url {
src: "https://github.com/c-cube/qcheck/archive/v0.19.tar.gz"
checksum: [
"md5=2d62d08834746a57d0ff618587bca6d4"
"sha512=4dfebbc8bb0448076972fe96d1d6586434c6732b1a8328f30c165d5530860ab28cf23554e8058b442abcbd6c69839798110f52f368e0c1b9a415bf765819c6d4"
]
}
33 changes: 33 additions & 0 deletions packages/qcheck-core/qcheck-core.0.19/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
opam-version: "2.0"
synopsis: "Core qcheck library"
maintainer: "[email protected]"
authors: "the qcheck contributors"
license: "BSD-2-Clause"
tags: ["test" "property" "quickcheck"]
homepage: "https://github.com/c-cube/qcheck/"
doc: "http://c-cube.github.io/qcheck/"
bug-reports: "https://github.com/c-cube/qcheck/issues"
depends: [
"dune" {>= "2.2"}
"base-bytes"
"base-unix"
"alcotest" {with-test}
"odoc" {with-doc}
"ocaml" {>= "4.08.0"}
]
conflicts: [
"ounit" {< "2.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}
]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
url {
src: "https://github.com/c-cube/qcheck/archive/v0.19.tar.gz"
checksum: [
"md5=2d62d08834746a57d0ff618587bca6d4"
"sha512=4dfebbc8bb0448076972fe96d1d6586434c6732b1a8328f30c165d5530860ab28cf23554e8058b442abcbd6c69839798110f52f368e0c1b9a415bf765819c6d4"
]
}
31 changes: 31 additions & 0 deletions packages/qcheck-ounit/qcheck-ounit.0.19/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
opam-version: "2.0"
synopsis: "OUnit backend for qcheck"
maintainer: "[email protected]"
authors: "the qcheck contributors"
license: "BSD-2-Clause"
tags: ["qcheck" "quickcheck" "ounit"]
homepage: "https://github.com/c-cube/qcheck/"
doc: "http://c-cube.github.io/qcheck/"
bug-reports: "https://github.com/c-cube/qcheck/issues"
depends: [
"dune" {>= "2.2"}
"base-bytes"
"base-unix"
"qcheck-core" {= version}
"ounit2"
"odoc" {with-doc}
"ocaml" {>= "4.08.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}
]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
url {
src: "https://github.com/c-cube/qcheck/archive/v0.19.tar.gz"
checksum: [
"md5=2d62d08834746a57d0ff618587bca6d4"
"sha512=4dfebbc8bb0448076972fe96d1d6586434c6732b1a8328f30c165d5530860ab28cf23554e8058b442abcbd6c69839798110f52f368e0c1b9a415bf765819c6d4"
]
}
35 changes: 35 additions & 0 deletions packages/qcheck/qcheck.0.19/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
opam-version: "2.0"
synopsis: "Compatibility package for qcheck"
maintainer: "[email protected]"
authors: "the qcheck contributors"
license: "BSD-2-Clause"
tags: ["test" "property" "quickcheck"]
homepage: "https://github.com/c-cube/qcheck/"
doc: "http://c-cube.github.io/qcheck/"
bug-reports: "https://github.com/c-cube/qcheck/issues"
depends: [
"dune" {>= "2.2"}
"base-bytes"
"base-unix"
"qcheck-core" {= version}
"qcheck-ounit" {= version}
"alcotest" {with-test}
"odoc" {with-doc}
"ocaml" {>= "4.08.0"}
]
conflicts: [
"ounit" {< "2.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}
]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
url {
src: "https://github.com/c-cube/qcheck/archive/v0.19.tar.gz"
checksum: [
"md5=2d62d08834746a57d0ff618587bca6d4"
"sha512=4dfebbc8bb0448076972fe96d1d6586434c6732b1a8328f30c165d5530860ab28cf23554e8058b442abcbd6c69839798110f52f368e0c1b9a415bf765819c6d4"
]
}

0 comments on commit 56e6b2c

Please sign in to comment.