forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[new release] bam (3 packages) (0.3)
CHANGES: - Fix a file descriptor leak (francoisthire/bam#8) - More control over the computation of statistics (francoisthire/bam#8) - Fix a typing regression with OCaml 5.2 (francoisthire/bam#8) - Update the dependencies to be compatible with OCaml 5.2 (francoisthire/bam#11) (Thanks @mathiasbourgoin, @matthiasdrp)
- Loading branch information
1 parent
19f88a0
commit 3875788
Showing
3 changed files
with
130 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
opam-version: "2.0" | ||
synopsis: "A PPX deriving generators for OCaml types" | ||
description: | ||
"Provides a way to automatically get generators for a given type" | ||
maintainer: ["François Thiré"] | ||
authors: ["François Thiré"] | ||
license: "MIT" | ||
tags: ["test" "pbt" "shrinking" "internal" "bam" "ppx"] | ||
homepage: "https://github.com/francoisthire/bam" | ||
doc: "https://francoisthire.github.io/bam/" | ||
bug-reports: "https://github.com/francoisthire/bam/issues" | ||
depends: [ | ||
"ocaml" {>= "4.14" & < "5.3"} | ||
"dune" {>= "3.7" & >= "3.7"} | ||
"ppxlib" {>= "0.32.0"} | ||
"dmap" {>= "0.5"} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/francoisthire/bam.git" | ||
url { | ||
src: | ||
"https://github.com/francoisthire/bam/releases/download/v0.3/bam-0.3.tbz" | ||
checksum: [ | ||
"sha256=6fbb38cad09fb8062841cc67e8cdac279304b8cf1ed14746944cd45246d2a888" | ||
"sha512=ad2b880c50921d77e3f190d8e48066407fdf4b9bb168a0e1094cc8ffb234740b53d494089346797d6c7e5bae28f4eb5d95e22b31f9329e3c5817bc506cd652d4" | ||
] | ||
} | ||
x-commit-hash: "ea4ff8468bfb1c1c952ed5d33b284f18582749ef" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
opam-version: "2.0" | ||
synopsis: "A property-based testing library with internal shrinking" | ||
description: | ||
"A property-based testing allowing to define generators with internal shrinking easily" | ||
maintainer: ["François Thiré"] | ||
authors: ["François Thiré"] | ||
license: "MIT" | ||
tags: ["test" "pbt" "shrinking" "internal"] | ||
homepage: "https://github.com/francoisthire/bam" | ||
doc: "https://francoisthire.github.io/bam/" | ||
bug-reports: "https://github.com/francoisthire/bam/issues" | ||
depends: [ | ||
"ocaml" {>= "4.14"} | ||
"dune" {>= "3.7" & >= "3.7"} | ||
"pringo" | ||
"zarith" {>= "1.13"} | ||
"odoc" {with-doc} | ||
"tezt" {>= "4.0" & with-test} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/francoisthire/bam.git" | ||
url { | ||
src: | ||
"https://github.com/francoisthire/bam/releases/download/v0.3/bam-0.3.tbz" | ||
checksum: [ | ||
"sha256=6fbb38cad09fb8062841cc67e8cdac279304b8cf1ed14746944cd45246d2a888" | ||
"sha512=ad2b880c50921d77e3f190d8e48066407fdf4b9bb168a0e1094cc8ffb234740b53d494089346797d6c7e5bae28f4eb5d95e22b31f9329e3c5817bc506cd652d4" | ||
] | ||
} | ||
x-commit-hash: "ea4ff8468bfb1c1c952ed5d33b284f18582749ef" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
opam-version: "2.0" | ||
synopsis: "A plugin of [bam] for Tezt" | ||
description: "Provides a way to register PBT tests with Tezt" | ||
maintainer: ["François Thiré"] | ||
authors: ["François Thiré"] | ||
license: "MIT" | ||
tags: ["test" "tezt" "pbt" "shrinking" "internal" "bam"] | ||
homepage: "https://github.com/francoisthire/bam" | ||
doc: "https://francoisthire.github.io/bam/" | ||
bug-reports: "https://github.com/francoisthire/bam/issues" | ||
depends: [ | ||
"ocaml" | ||
"dune" {>= "3.7" & >= "3.7"} | ||
"tezt" {>= "4.0"} | ||
"bam" | ||
"bam-ppx" | ||
"mtime" {>= "2.0"} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/francoisthire/bam.git" | ||
available: arch != "arm32" & arch != "x86_32" | ||
url { | ||
src: | ||
"https://github.com/francoisthire/bam/releases/download/v0.3/bam-0.3.tbz" | ||
checksum: [ | ||
"sha256=6fbb38cad09fb8062841cc67e8cdac279304b8cf1ed14746944cd45246d2a888" | ||
"sha512=ad2b880c50921d77e3f190d8e48066407fdf4b9bb168a0e1094cc8ffb234740b53d494089346797d6c7e5bae28f4eb5d95e22b31f9329e3c5817bc506cd652d4" | ||
] | ||
} | ||
x-commit-hash: "ea4ff8468bfb1c1c952ed5d33b284f18582749ef" | ||
|