this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Marcello Seri and committed by
GitHub
bd6bdfd7 6a7473d2

+147
+36
packages/qcheck-alcotest/qcheck-alcotest.0.18.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "simon.cruanes.2007@m4x.org" 3 + homepage: "https://github.com/c-cube/qcheck/" 4 + license: "BSD-2-Clause" 5 + synopsis: "Alcotest backend for qcheck" 6 + doc: ["http://c-cube.github.io/qcheck/"] 7 + tags: [ 8 + "test" 9 + "quickcheck" 10 + "qcheck" 11 + "alcotest" 12 + ] 13 + build: [ 14 + ["dune" "build" "-p" name "-j" jobs] 15 + ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 16 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 17 + ] 18 + depends: [ 19 + "dune" { >= "2.2" } 20 + "base-bytes" 21 + "base-unix" 22 + "qcheck-core" { = version } 23 + "alcotest" 24 + "odoc" {with-doc} 25 + "ocaml" {>= "4.08.0"} 26 + ] 27 + dev-repo: "git+https://github.com/c-cube/qcheck.git" 28 + bug-reports: "https://github.com/c-cube/qcheck/issues" 29 + authors: "the qcheck contributors" 30 + url { 31 + src: "https://github.com/c-cube/qcheck/archive/v0.18.1.tar.gz" 32 + checksum: [ 33 + "md5=e207362d67387d6dbb8dcd4ba7238b39" 34 + "sha512=6fd5fd4348ed6a48a8f64a466fedd07374eaf23d516b3c250ebad2a32ddbca3ae4ad9c84fe1112858075df46c119cd6550205a4228a553b014d135581f024ded" 35 + ] 36 + }
+37
packages/qcheck-core/qcheck-core.0.18.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "simon.cruanes.2007@m4x.org" 3 + homepage: "https://github.com/c-cube/qcheck/" 4 + license: "BSD-2-Clause" 5 + synopsis: "Core qcheck library" 6 + doc: ["http://c-cube.github.io/qcheck/"] 7 + tags: [ 8 + "test" 9 + "property" 10 + "quickcheck" 11 + ] 12 + build: [ 13 + ["dune" "build" "-p" name "-j" jobs] 14 + ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 15 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 16 + ] 17 + depends: [ 18 + "dune" { >= "2.2" } 19 + "base-bytes" 20 + "base-unix" 21 + "alcotest" {with-test} 22 + "odoc" {with-doc} 23 + "ocaml" {>= "4.08.0"} 24 + ] 25 + dev-repo: "git+https://github.com/c-cube/qcheck.git" 26 + bug-reports: "https://github.com/c-cube/qcheck/issues" 27 + conflicts: [ 28 + "ounit" { < "2.0" } 29 + ] 30 + authors: "the qcheck contributors" 31 + url { 32 + src: "https://github.com/c-cube/qcheck/archive/v0.18.1.tar.gz" 33 + checksum: [ 34 + "md5=e207362d67387d6dbb8dcd4ba7238b39" 35 + "sha512=6fd5fd4348ed6a48a8f64a466fedd07374eaf23d516b3c250ebad2a32ddbca3ae4ad9c84fe1112858075df46c119cd6550205a4228a553b014d135581f024ded" 36 + ] 37 + }
+35
packages/qcheck-ounit/qcheck-ounit.0.18.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "simon.cruanes.2007@m4x.org" 3 + license: "BSD-2-Clause" 4 + homepage: "https://github.com/c-cube/qcheck/" 5 + doc: ["http://c-cube.github.io/qcheck/"] 6 + synopsis: "OUnit backend for qcheck" 7 + tags: [ 8 + "qcheck" 9 + "quickcheck" 10 + "ounit" 11 + ] 12 + build: [ 13 + ["dune" "build" "-p" name "-j" jobs] 14 + ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 15 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 16 + ] 17 + depends: [ 18 + "dune" { >= "2.2" } 19 + "base-bytes" 20 + "base-unix" 21 + "qcheck-core" { = version } 22 + "ounit2" 23 + "odoc" {with-doc} 24 + "ocaml" {>= "4.08.0"} 25 + ] 26 + dev-repo: "git+https://github.com/c-cube/qcheck.git" 27 + bug-reports: "https://github.com/c-cube/qcheck/issues" 28 + authors: "the qcheck contributors" 29 + url { 30 + src: "https://github.com/c-cube/qcheck/archive/v0.18.1.tar.gz" 31 + checksum: [ 32 + "md5=e207362d67387d6dbb8dcd4ba7238b39" 33 + "sha512=6fd5fd4348ed6a48a8f64a466fedd07374eaf23d516b3c250ebad2a32ddbca3ae4ad9c84fe1112858075df46c119cd6550205a4228a553b014d135581f024ded" 34 + ] 35 + }
+39
packages/qcheck/qcheck.0.18.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "simon.cruanes.2007@m4x.org" 3 + synopsis: "Compatibility package for qcheck" 4 + homepage: "https://github.com/c-cube/qcheck/" 5 + license: "BSD-2-Clause" 6 + doc: ["http://c-cube.github.io/qcheck/"] 7 + tags: [ 8 + "test" 9 + "property" 10 + "quickcheck" 11 + ] 12 + build: [ 13 + ["dune" "build" "-p" name "-j" jobs] 14 + ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 15 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 16 + ] 17 + depends: [ 18 + "dune" { >= "2.2" } 19 + "base-bytes" 20 + "base-unix" 21 + "qcheck-core" { = version } 22 + "qcheck-ounit" { = version } 23 + "alcotest" {with-test} 24 + "odoc" {with-doc} 25 + "ocaml" {>= "4.08.0"} 26 + ] 27 + dev-repo: "git+https://github.com/c-cube/qcheck.git" 28 + bug-reports: "https://github.com/c-cube/qcheck/issues" 29 + conflicts: [ 30 + "ounit" { < "2.0" } 31 + ] 32 + authors: "the qcheck contributors" 33 + url { 34 + src: "https://github.com/c-cube/qcheck/archive/v0.18.1.tar.gz" 35 + checksum: [ 36 + "md5=e207362d67387d6dbb8dcd4ba7238b39" 37 + "sha512=6fd5fd4348ed6a48a8f64a466fedd07374eaf23d516b3c250ebad2a32ddbca3ae4ad9c84fe1112858075df46c119cd6550205a4228a553b014d135581f024ded" 38 + ] 39 + }