this repo has no description

[new release] bam (3 packages) (0.2)

CHANGES:

- francoisthire/bam#2,francoisthire/bam#5: Add a PPX for Bam derving generators from a type or a module type

- francoisthire/bam#1: Fix the `Bam.Std.oneof` generator

Changed files
+130
packages
bam
bam.0.2
bam-ppx
bam-ppx.0.2
tezt-bam
tezt-bam.0.2
+42
packages/bam-ppx/bam-ppx.0.2/opam
···
+
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.2"}
+
"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.2/bam-0.2.tbz"
+
checksum: [
+
"sha256=305cae8abab48847acfdce92c90ab956ba82dd64d5ef14387cfc3defacd2154a"
+
"sha512=aab71b47641b495e8f5ae968f11bd065def93cbee776e81a8bc9503181cdbdba7de8c1175908a209f84a4a4cdef65ab3dc5abe30a05ac75a4b5c45d679d1df85"
+
]
+
}
+
x-commit-hash: "ba177c14ef17b904901b8775f79379864912a2b8"
+43
packages/bam/bam.0.2/opam
···
+
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.2/bam-0.2.tbz"
+
checksum: [
+
"sha256=305cae8abab48847acfdce92c90ab956ba82dd64d5ef14387cfc3defacd2154a"
+
"sha512=aab71b47641b495e8f5ae968f11bd065def93cbee776e81a8bc9503181cdbdba7de8c1175908a209f84a4a4cdef65ab3dc5abe30a05ac75a4b5c45d679d1df85"
+
]
+
}
+
x-commit-hash: "ba177c14ef17b904901b8775f79379864912a2b8"
+45
packages/tezt-bam/tezt-bam.0.2/opam
···
+
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.2/bam-0.2.tbz"
+
checksum: [
+
"sha256=305cae8abab48847acfdce92c90ab956ba82dd64d5ef14387cfc3defacd2154a"
+
"sha512=aab71b47641b495e8f5ae968f11bd065def93cbee776e81a8bc9503181cdbdba7de8c1175908a209f84a4a4cdef65ab3dc5abe30a05ac75a4b5c45d679d1df85"
+
]
+
}
+
x-commit-hash: "ba177c14ef17b904901b8775f79379864912a2b8"
+