this repo has no description

Merge pull request #21130 from vprevosto/opam-publish-lreplay.0.1

Package lreplay.0.1

Kate aa1f173b a3bad0e7

Changed files
+52
packages
lreplay
lreplay.0.1
+52
packages/lreplay/lreplay.0.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Executes a test suite and computes test coverage"
+
description: """
+
+
Package lreplay is part of the LTest suite, which includes tools to manage test objectives,
+
expressed as labels and hyperlabels. lreplay runs a given test suite and computes
+
the corresponding coverage according the labels and hyperlabels defined in its input
+
files. The other LTest tools are Frama-C plugins including:
+
- Lannotate, for generating (hyper)labels according to various criteria
+
- Luncov, for identifying uncoverable and/or redundant (hyper)labels
+
"""
+
maintainer: ["virgile.prevosto@cea.fr"]
+
authors: [
+
"Mickaël Delahaye"
+
"Omar Chebaro"
+
"Nikolai Kosmatov"
+
"Sébastien Bardin"
+
"Michaël Marcozzi"
+
"Thibault Martin"
+
]
+
license: "LGPL-2.1-only"
+
homepage: "https://git.frama-c.com/pub/ltest/lreplay"
+
bug-reports: "https://git.frama-c.com/pub/ltest/lreplay/-/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"base-unix"
+
"ocaml" {>= "4.08.1"}
+
"odoc" {with-doc}
+
]
+
build: [
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://git.frama-c.com/pub/ltest/lreplay"
+
url {
+
src:
+
"https://git.frama-c.com/pub/ltest/lreplay/-/archive/0.1/lreplay-0.1.tar.bz2"
+
checksum: [
+
"md5=ed8f14102eeca3b498d5353900fe5469"
+
"sha512=16815a4f027752e1c1b8474ccad19a304937f5802267bb4ae4ade04602af6d1733677c929c6d9d26908b01942376c2dbfacd6effd5fa44d0cf3820ba18a37ffd"
+
]
+
}