this repo has no description

Merge pull request #22026 from vprevosto/ltest-0.2

opam packages for new versions of frama-c-lannotate and frama-c-luncov

Kate 46185c6d 8fe548c6

Changed files
+94
packages
frama-c-lannotate
frama-c-lannotate.0.2
frama-c-luncov
frama-c-luncov.0.2
+47
packages/frama-c-lannotate/frama-c-lannotate.0.2/opam
···
+
opam-version: "2.0"
+
synopsis: "Lannotate plugin of Frama-C, part of the LTest suite "
+
description:"""
+
Lannotate is a plugin that introduces labels and hyperlabels formalizing
+
test objectives corresponding to the coverage criteria selected by the user.
+
It is part of LTest, a set of plug-in dedicated to managing test coverage.
+
Other plug-ins in LTest include:
+
- Luncov, for detecting polluting (infeasible or redundant) objectives
+
- Lreplay, for executing a test suite and computing its coverage status
+
"""
+
maintainer: "virgile.prevosto@cea.fr"
+
authors: [
+
"Omar Chebaro"
+
"Mickaël Delahaye"
+
"Michael Marcozzi"
+
"Thibault Martin"
+
]
+
homepage: "https://frama-c.com/"
+
license: "LGPL-2.1-only"
+
dev-repo: "git+https://git.frama-c.com/pub/lannotate.git"
+
bug-reports: "https://git.frama-c.com/pub/lannotate/-/issues"
+
tags: [
+
"software testing"
+
"Frama-C"
+
"LTest"
+
]
+
+
url {
+
src: "https://git.frama-c.com/pub/ltest/lannotate/-/archive/0.2/lannotate-0.2.tar.bz2"
+
checksum: [ "sha512=309f525b687cef35334fca059ce2442d4b1d970f577a5f4bf57402317d28dd97d75edc701978a8bb0c2d9a4df19e50a9cc89b698868d36e446f87f71e43a64e8" ]
+
}
+
+
build: [
+
["autoconf"]
+
["./configure"]
+
[make "-j%{jobs}%"]
+
]
+
+
install: [
+
[make "install"]
+
]
+
+
depends: [
+
"conf-autoconf"
+
"ocaml" { >= "4.08.1" }
+
"frama-c" { >= "25.0" & < "26.0~" }
+
]
+47
packages/frama-c-luncov/frama-c-luncov.0.2/opam
···
+
opam-version: "2.0"
+
synopsis: "Luncov plugin of Frama-C, part of the LTest suite "
+
description:"""
+
Luncov is a plugin that attempts to identify unreachable and/or redundant
+
tests objectives, represented in the code by labels and hyperlabels, as
+
defined in the LTest family of Frama-C plug-ins.
+
Other plug-ins in LTest include:
+
- Lannotate, for introducing (hyper)labels according to various criteria
+
- Lreplay, for executing a test suite and computing its coverage status
+
"""
+
maintainer: "virgile.prevosto@cea.fr"
+
authors: [
+
"Robin David"
+
"Mickaël Delahaye"
+
"Michael Marcozzi"
+
"Thibault Martin"
+
]
+
homepage: "https://frama-c.com/"
+
license: "LGPL-2.1-only"
+
dev-repo: "git+https://git.frama-c.com/pub/luncov.git"
+
bug-reports: "https://git.frama-c.com/pub/luncov/-/issues"
+
tags: [
+
"software testing"
+
"Frama-C"
+
"LTest"
+
]
+
+
url {
+
src: "https://git.frama-c.com/pub/ltest/luncov/-/archive/0.2/luncov-0.2.tar.bz2"
+
checksum: ["sha512=d3a62132189cd0100a768518c34c04a2401f824ac67f8e130744fbdd1a13ed4cc9455d0ad9f591df4937516dd8cbf4ccd8491b4a803b9e382361c45a3a95ee79"]
+
}
+
+
build: [
+
["autoconf"]
+
["./configure"]
+
[make "-j%{jobs}%"]
+
]
+
+
install: [
+
[make "install"]
+
]
+
+
depends: [
+
"conf-autoconf"
+
"ocaml" { >= "4.08.1" }
+
"frama-c" { >= "25.0" & < "26.0~" }
+
]