···11+# This file is generated by dune, edit dune-project instead
22+opam-version: "2.0"
33+synopsis: "Executes a test suite and computes test coverage"
44+description: """
55+66+Package lreplay is part of the LTest suite, which includes tools to manage test objectives,
77+ expressed as labels and hyperlabels. lreplay runs a given test suite and computes
88+ the corresponding coverage according the labels and hyperlabels defined in its input
99+ files. The other LTest tools are Frama-C plugins including:
1010+ - Lannotate, for generating (hyper)labels according to various criteria
1111+ - Luncov, for identifying uncoverable and/or redundant (hyper)labels
1212+ """
1313+maintainer: ["virgile.prevosto@cea.fr"]
1414+authors: [
1515+ "Mickaël Delahaye"
1616+ "Omar Chebaro"
1717+ "Nikolai Kosmatov"
1818+ "Sébastien Bardin"
1919+ "Michaël Marcozzi"
2020+ "Thibault Martin"
2121+]
2222+license: "LGPL-2.1-only"
2323+homepage: "https://git.frama-c.com/pub/ltest/lreplay"
2424+bug-reports: "https://git.frama-c.com/pub/ltest/lreplay/-/issues"
2525+depends: [
2626+ "dune" {>= "3.0"}
2727+ "base-unix"
2828+ "ocaml" {>= "4.08.1"}
2929+ "odoc" {with-doc}
3030+]
3131+build: [
3232+ [
3333+ "dune"
3434+ "build"
3535+ "-p"
3636+ name
3737+ "-j"
3838+ jobs
3939+ "@install"
4040+ "@runtest" {with-test}
4141+ "@doc" {with-doc}
4242+ ]
4343+]
4444+dev-repo: "git+https://git.frama-c.com/pub/ltest/lreplay"
4545+url {
4646+ src:
4747+ "https://git.frama-c.com/pub/ltest/lreplay/-/archive/0.1/lreplay-0.1.tar.bz2"
4848+ checksum: [
4949+ "md5=ed8f14102eeca3b498d5353900fe5469"
5050+ "sha512=16815a4f027752e1c1b8474ccad19a304937f5802267bb4ae4ade04602af6d1733677c929c6d9d26908b01942376c2dbfacd6effd5fa44d0cf3820ba18a37ffd"
5151+ ]
5252+}