this repo has no description
0
fork

Configure Feed

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

Merge pull request #25177 from francoisthire/release-bam-v0.1

[new release] bam (2 packages) (0.1)

authored by

Marcello Seri and committed by
GitHub
7b846c87 1604271e

+85
+43
packages/bam/bam.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A property-based testing library with internal shrinking" 3 + description: 4 + "A property-based testing allowing to define generators with internal shrinking easily" 5 + maintainer: ["François Thiré"] 6 + authors: ["François Thiré"] 7 + license: "MIT" 8 + tags: ["test" "pbt" "shrinking" "internal"] 9 + homepage: "https://github.com/francoisthire/bam" 10 + doc: "https://francoisthire.github.io/bam/" 11 + bug-reports: "https://github.com/francoisthire/bam/issues" 12 + depends: [ 13 + "ocaml" {>= "4.14"} 14 + "dune" {>= "3.7" & >= "3.7"} 15 + "pringo" 16 + "zarith" {>= "1.13"} 17 + "odoc" {with-doc} 18 + "tezt" {with-test} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + dev-repo: "git+https://github.com/francoisthire/bam.git" 35 + url { 36 + src: 37 + "https://github.com/francoisthire/bam/releases/download/v0.1/bam-0.1.tbz" 38 + checksum: [ 39 + "sha256=1b12aab13fb56d275a1f495a45a106e4b18137f2873f7f1c63875dc4149867bc" 40 + "sha512=93081f70872db99e50c16703cc4a9a900f121a2cacd2f210bd5b0b55ad9139d187bbe06e748ea8c45475fa84d1e7767d82d5b3adb505bc1250f454fa09e140e2" 41 + ] 42 + } 43 + x-commit-hash: "5dc85deccfdf9ec9f50e2f9cd9cf7c98ec7ebbdd"
+42
packages/tezt-bam/tezt-bam.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A plugin of [bam] for Tezt" 3 + description: "Provides a way to register PBT tests with Tezt" 4 + maintainer: ["François Thiré"] 5 + authors: ["François Thiré"] 6 + license: "MIT" 7 + tags: ["test" "tezt" "pbt" "shrinking" "internal" "bam"] 8 + homepage: "https://github.com/francoisthire/bam" 9 + doc: "https://francoisthire.github.io/bam/" 10 + bug-reports: "https://github.com/francoisthire/bam/issues" 11 + depends: [ 12 + "ocaml" 13 + "dune" {>= "3.7"} 14 + "tezt" {>= "4.0"} 15 + "bam" 16 + "mtime" {>= "2.0"} 17 + "odoc" {with-doc} 18 + ] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ] 33 + dev-repo: "git+https://github.com/francoisthire/bam.git" 34 + url { 35 + src: 36 + "https://github.com/francoisthire/bam/releases/download/v0.1/bam-0.1.tbz" 37 + checksum: [ 38 + "sha256=1b12aab13fb56d275a1f495a45a106e4b18137f2873f7f1c63875dc4149867bc" 39 + "sha512=93081f70872db99e50c16703cc4a9a900f121a2cacd2f210bd5b0b55ad9139d187bbe06e748ea8c45475fa84d1e7767d82d5b3adb505bc1250f454fa09e140e2" 40 + ] 41 + } 42 + x-commit-hash: "5dc85deccfdf9ec9f50e2f9cd9cf7c98ec7ebbdd"