this repo has no description

Merge pull request #20636 from c-cube/opam-publish-qcheck-qcheck-alcotest-qcheck-core-qcheck-ounit.0.18.1

4 packages from c-cube/qcheck at 0.18.1

Changed files
+147
packages
qcheck
qcheck.0.18.1
qcheck-alcotest
qcheck-alcotest.0.18.1
qcheck-core
qcheck-core.0.18.1
qcheck-ounit
qcheck-ounit.0.18.1
+36
packages/qcheck-alcotest/qcheck-alcotest.0.18.1/opam
···
+
opam-version: "2.0"
+
maintainer: "simon.cruanes.2007@m4x.org"
+
homepage: "https://github.com/c-cube/qcheck/"
+
license: "BSD-2-Clause"
+
synopsis: "Alcotest backend for qcheck"
+
doc: ["http://c-cube.github.io/qcheck/"]
+
tags: [
+
"test"
+
"quickcheck"
+
"qcheck"
+
"alcotest"
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
depends: [
+
"dune" { >= "2.2" }
+
"base-bytes"
+
"base-unix"
+
"qcheck-core" { = version }
+
"alcotest"
+
"odoc" {with-doc}
+
"ocaml" {>= "4.08.0"}
+
]
+
dev-repo: "git+https://github.com/c-cube/qcheck.git"
+
bug-reports: "https://github.com/c-cube/qcheck/issues"
+
authors: "the qcheck contributors"
+
url {
+
src: "https://github.com/c-cube/qcheck/archive/v0.18.1.tar.gz"
+
checksum: [
+
"md5=e207362d67387d6dbb8dcd4ba7238b39"
+
"sha512=6fd5fd4348ed6a48a8f64a466fedd07374eaf23d516b3c250ebad2a32ddbca3ae4ad9c84fe1112858075df46c119cd6550205a4228a553b014d135581f024ded"
+
]
+
}
+37
packages/qcheck-core/qcheck-core.0.18.1/opam
···
+
opam-version: "2.0"
+
maintainer: "simon.cruanes.2007@m4x.org"
+
homepage: "https://github.com/c-cube/qcheck/"
+
license: "BSD-2-Clause"
+
synopsis: "Core qcheck library"
+
doc: ["http://c-cube.github.io/qcheck/"]
+
tags: [
+
"test"
+
"property"
+
"quickcheck"
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
depends: [
+
"dune" { >= "2.2" }
+
"base-bytes"
+
"base-unix"
+
"alcotest" {with-test}
+
"odoc" {with-doc}
+
"ocaml" {>= "4.08.0"}
+
]
+
dev-repo: "git+https://github.com/c-cube/qcheck.git"
+
bug-reports: "https://github.com/c-cube/qcheck/issues"
+
conflicts: [
+
"ounit" { < "2.0" }
+
]
+
authors: "the qcheck contributors"
+
url {
+
src: "https://github.com/c-cube/qcheck/archive/v0.18.1.tar.gz"
+
checksum: [
+
"md5=e207362d67387d6dbb8dcd4ba7238b39"
+
"sha512=6fd5fd4348ed6a48a8f64a466fedd07374eaf23d516b3c250ebad2a32ddbca3ae4ad9c84fe1112858075df46c119cd6550205a4228a553b014d135581f024ded"
+
]
+
}
+35
packages/qcheck-ounit/qcheck-ounit.0.18.1/opam
···
+
opam-version: "2.0"
+
maintainer: "simon.cruanes.2007@m4x.org"
+
license: "BSD-2-Clause"
+
homepage: "https://github.com/c-cube/qcheck/"
+
doc: ["http://c-cube.github.io/qcheck/"]
+
synopsis: "OUnit backend for qcheck"
+
tags: [
+
"qcheck"
+
"quickcheck"
+
"ounit"
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
depends: [
+
"dune" { >= "2.2" }
+
"base-bytes"
+
"base-unix"
+
"qcheck-core" { = version }
+
"ounit2"
+
"odoc" {with-doc}
+
"ocaml" {>= "4.08.0"}
+
]
+
dev-repo: "git+https://github.com/c-cube/qcheck.git"
+
bug-reports: "https://github.com/c-cube/qcheck/issues"
+
authors: "the qcheck contributors"
+
url {
+
src: "https://github.com/c-cube/qcheck/archive/v0.18.1.tar.gz"
+
checksum: [
+
"md5=e207362d67387d6dbb8dcd4ba7238b39"
+
"sha512=6fd5fd4348ed6a48a8f64a466fedd07374eaf23d516b3c250ebad2a32ddbca3ae4ad9c84fe1112858075df46c119cd6550205a4228a553b014d135581f024ded"
+
]
+
}
+39
packages/qcheck/qcheck.0.18.1/opam
···
+
opam-version: "2.0"
+
maintainer: "simon.cruanes.2007@m4x.org"
+
synopsis: "Compatibility package for qcheck"
+
homepage: "https://github.com/c-cube/qcheck/"
+
license: "BSD-2-Clause"
+
doc: ["http://c-cube.github.io/qcheck/"]
+
tags: [
+
"test"
+
"property"
+
"quickcheck"
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
depends: [
+
"dune" { >= "2.2" }
+
"base-bytes"
+
"base-unix"
+
"qcheck-core" { = version }
+
"qcheck-ounit" { = version }
+
"alcotest" {with-test}
+
"odoc" {with-doc}
+
"ocaml" {>= "4.08.0"}
+
]
+
dev-repo: "git+https://github.com/c-cube/qcheck.git"
+
bug-reports: "https://github.com/c-cube/qcheck/issues"
+
conflicts: [
+
"ounit" { < "2.0" }
+
]
+
authors: "the qcheck contributors"
+
url {
+
src: "https://github.com/c-cube/qcheck/archive/v0.18.1.tar.gz"
+
checksum: [
+
"md5=e207362d67387d6dbb8dcd4ba7238b39"
+
"sha512=6fd5fd4348ed6a48a8f64a466fedd07374eaf23d516b3c250ebad2a32ddbca3ae4ad9c84fe1112858075df46c119cd6550205a4228a553b014d135581f024ded"
+
]
+
}