this repo has no description

Merge pull request #26862 from mjambon/release-testo-0.1.0

[new release] testo (4 packages) (0.1.0)

Changed files
+171
packages
testo
testo.0.1.0
testo-diff
testo-diff.0.1.0
testo-lwt
testo-lwt.0.1.0
testo-util
testo-util.0.1.0
+42
packages/testo-diff/testo-diff.0.1.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Pure-OCaml diff implementation"
+
description: """
+
This is a pure-OCaml implementation for computing line-by-line diffs.
+
The current implementation uses an algorithm similar to gestalt pattern
+
matching ported to OCaml by Gabriel Jaldon from Paul Butler's
+
Python implementation.
+
See https://github.com/paulgb/simplediff"""
+
maintainer: ["Martin Jambon <martin@semgrep.com>"]
+
authors: ["Martin Jambon" "Gabriel Jaldon"]
+
license: "ISC"
+
homepage: "https://github.com/semgrep/testo"
+
bug-reports: "https://github.com/semgrep/testo/issues"
+
depends: [
+
"dune" {>= "3.7"}
+
"ocaml" {>= "4.08.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/semgrep/testo.git"
+
url {
+
src:
+
"https://github.com/semgrep/testo/releases/download/0.1.0/testo-0.1.0.tbz"
+
checksum: [
+
"sha256=a156a3ac637e09e57c44a92f4f10723d2f509d237105b10a0120fca3447887b6"
+
"sha512=f236afc247af23d55ca38a4611206d3daab5ef463bbea3ab07ecec6196bd92a53f7e997d348f40534911641558383d8c85ac2ab7607514dd6b90835c8e3f7294"
+
]
+
}
+
x-commit-hash: "76de74b853b5735d01c4903b4a45c1d44f0f470d"
+45
packages/testo-lwt/testo-lwt.0.1.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Test framework for OCaml, Lwt variant"
+
description: """
+
Use this if the tests return Lwt promises and you can't make them synchronous
+
because 'Lwt_main.run' is not supported by your platform e.g. JavaScript."""
+
maintainer: ["Martin Jambon <martin@semgrep.com>"]
+
authors: ["Martin Jambon" "Gabriel Jaldon"]
+
license: "ISC"
+
homepage: "https://github.com/semgrep/testo"
+
bug-reports: "https://github.com/semgrep/testo/issues"
+
depends: [
+
"dune" {>= "3.7"}
+
"lwt" {>= "5.6.0"}
+
"ocaml" {>= "4.08.0"}
+
"alcotest" {with-test}
+
"cmdliner" {>= "1.1.0"}
+
"fpath"
+
"re" {>= "1.10.0"}
+
"testo-util"
+
"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/semgrep/testo.git"
+
url {
+
src:
+
"https://github.com/semgrep/testo/releases/download/0.1.0/testo-0.1.0.tbz"
+
checksum: [
+
"sha256=a156a3ac637e09e57c44a92f4f10723d2f509d237105b10a0120fca3447887b6"
+
"sha512=f236afc247af23d55ca38a4611206d3daab5ef463bbea3ab07ecec6196bd92a53f7e997d348f40534911641558383d8c85ac2ab7607514dd6b90835c8e3f7294"
+
]
+
}
+
x-commit-hash: "76de74b853b5735d01c4903b4a45c1d44f0f470d"
+40
packages/testo-util/testo-util.0.1.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Modules shared by testo, testo-lwt, etc"
+
description: "Testo is a test framework for OCaml."
+
maintainer: ["Martin Jambon <martin@semgrep.com>"]
+
authors: ["Martin Jambon" "Gabriel Jaldon"]
+
license: "ISC"
+
homepage: "https://github.com/semgrep/testo"
+
bug-reports: "https://github.com/semgrep/testo/issues"
+
depends: [
+
"dune" {>= "3.7"}
+
"ocaml" {>= "4.08.0"}
+
"fpath"
+
"testo-diff"
+
"odoc" {with-doc}
+
"re" {>= "1.10.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/semgrep/testo.git"
+
url {
+
src:
+
"https://github.com/semgrep/testo/releases/download/0.1.0/testo-0.1.0.tbz"
+
checksum: [
+
"sha256=a156a3ac637e09e57c44a92f4f10723d2f509d237105b10a0120fca3447887b6"
+
"sha512=f236afc247af23d55ca38a4611206d3daab5ef463bbea3ab07ecec6196bd92a53f7e997d348f40534911641558383d8c85ac2ab7607514dd6b90835c8e3f7294"
+
]
+
}
+
x-commit-hash: "76de74b853b5735d01c4903b4a45c1d44f0f470d"
+44
packages/testo/testo.0.1.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Test framework for OCaml"
+
description: """
+
Testo is a test framework for OCaml providing new subcommands for capturing,
+
checking, and approving the output of tests."""
+
maintainer: ["Martin Jambon <martin@semgrep.com>"]
+
authors: ["Martin Jambon" "Gabriel Jaldon"]
+
license: "ISC"
+
homepage: "https://github.com/semgrep/testo"
+
bug-reports: "https://github.com/semgrep/testo/issues"
+
depends: [
+
"dune" {>= "3.7"}
+
"ocaml" {>= "4.08.0"}
+
"alcotest" {with-test}
+
"cmdliner" {>= "1.1.0"}
+
"fpath"
+
"re" {>= "1.10.0"}
+
"testo-util"
+
"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/semgrep/testo.git"
+
url {
+
src:
+
"https://github.com/semgrep/testo/releases/download/0.1.0/testo-0.1.0.tbz"
+
checksum: [
+
"sha256=a156a3ac637e09e57c44a92f4f10723d2f509d237105b10a0120fca3447887b6"
+
"sha512=f236afc247af23d55ca38a4611206d3daab5ef463bbea3ab07ecec6196bd92a53f7e997d348f40534911641558383d8c85ac2ab7607514dd6b90835c8e3f7294"
+
]
+
}
+
x-commit-hash: "76de74b853b5735d01c4903b4a45c1d44f0f470d"