Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4 packages from c-cube/qcheck at 0.10 #14502

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions packages/qcheck-alcotest/qcheck-alcotest.0.10/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
opam-version: "2.0"
synopsis: "Alcotest backend for qcheck"
maintainer: "simon.cruanes.2007@m4x.org"
authors: "Simon Cruanes <simon.cruanes.2007@m4x.org>"
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"
"base-bytes"
"base-unix"
"qcheck-core" {>= "0.9"}
"alcotest"
"odoc" {with-doc}
"ocaml" {>= "4.03.0"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "@doc" "-p" name] {with-doc}
]
run-test: ["dune" "runtest" "-p" name]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
url {
src: "https://github.com/c-cube/qcheck/archive/0.10.tar.gz"
checksum: [
"md5=de3599bfa7ad2a4981c289affeb9bf6e"
"sha512=250d7934012455d29d95b710f5b42bbe3ea42e6ec1b5781dba807781ac9d5a66ca39dc4535667fd9b00bfcc566e11dbdb3f7306dde1d8f0e9f90d1447cdc4d97"
]
}
31 changes: 31 additions & 0 deletions packages/qcheck-core/qcheck-core.0.10/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
opam-version: "2.0"
synopsis: "Core qcheck library"
maintainer: "simon.cruanes.2007@m4x.org"
authors: "Simon Cruanes <simon.cruanes.2007@m4x.org>"
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"
"base-bytes"
"base-unix"
"odoc" {with-doc}
"ocaml" {>= "4.03.0"}
]
conflicts: [
"ounit" {< "2.0"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "@doc" "-p" name] {with-doc}
]
run-test: ["dune" "runtest" "-p" name]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
url {
src: "https://github.com/c-cube/qcheck/archive/0.10.tar.gz"
checksum: [
"md5=de3599bfa7ad2a4981c289affeb9bf6e"
"sha512=250d7934012455d29d95b710f5b42bbe3ea42e6ec1b5781dba807781ac9d5a66ca39dc4535667fd9b00bfcc566e11dbdb3f7306dde1d8f0e9f90d1447cdc4d97"
]
}
30 changes: 30 additions & 0 deletions packages/qcheck-ounit/qcheck-ounit.0.10/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
opam-version: "2.0"
synopsis: "OUnit backend for qcheck"
maintainer: "simon.cruanes.2007@m4x.org"
authors: "Simon Cruanes <simon.cruanes.2007@m4x.org>"
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"
"base-bytes"
"base-unix"
"qcheck-core" {>= "0.9"}
"ounit" {>= "2.0"}
"odoc" {with-doc}
"ocaml" {>= "4.03.0"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "@doc" "-p" name] {with-doc}
]
run-test: ["dune" "runtest" "-p" name]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
url {
src: "https://github.com/c-cube/qcheck/archive/0.10.tar.gz"
checksum: [
"md5=de3599bfa7ad2a4981c289affeb9bf6e"
"sha512=250d7934012455d29d95b710f5b42bbe3ea42e6ec1b5781dba807781ac9d5a66ca39dc4535667fd9b00bfcc566e11dbdb3f7306dde1d8f0e9f90d1447cdc4d97"
]
}
33 changes: 33 additions & 0 deletions packages/qcheck/qcheck.0.10/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
opam-version: "2.0"
synopsis: "Compatibility package for qcheck"
maintainer: "simon.cruanes.2007@m4x.org"
authors: "Simon Cruanes <simon.cruanes.2007@m4x.org>"
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"
"base-bytes"
"base-unix"
"qcheck-core" {>= "0.9"}
"qcheck-ounit" {>= "0.9"}
"odoc" {with-doc}
"ocaml" {>= "4.03.0"}
]
conflicts: [
"ounit" {< "2.0"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "@doc" "-p" name] {with-doc}
]
run-test: ["dune" "runtest" "-p" name]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
url {
src: "https://github.com/c-cube/qcheck/archive/0.10.tar.gz"
checksum: [
"md5=de3599bfa7ad2a4981c289affeb9bf6e"
"sha512=250d7934012455d29d95b710f5b42bbe3ea42e6ec1b5781dba807781ac9d5a66ca39dc4535667fd9b00bfcc566e11dbdb3f7306dde1d8f0e9f90d1447cdc4d97"
]
}