Skip to content

Commit

Permalink
4 packages from c-cube/qcheck at 0.10 (#14502)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube authored and mseri committed Jul 16, 2019
1 parent 4d721a7 commit 220787d
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 0 deletions.
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"
]
}

0 comments on commit 220787d

Please sign in to comment.