this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Package lreplay.0.1

authored by

Kate and committed by
GitHub
aa1f173b a3bad0e7

+52
+52
packages/lreplay/lreplay.0.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Executes a test suite and computes test coverage" 4 + description: """ 5 + 6 + Package lreplay is part of the LTest suite, which includes tools to manage test objectives, 7 + expressed as labels and hyperlabels. lreplay runs a given test suite and computes 8 + the corresponding coverage according the labels and hyperlabels defined in its input 9 + files. The other LTest tools are Frama-C plugins including: 10 + - Lannotate, for generating (hyper)labels according to various criteria 11 + - Luncov, for identifying uncoverable and/or redundant (hyper)labels 12 + """ 13 + maintainer: ["virgile.prevosto@cea.fr"] 14 + authors: [ 15 + "Mickaël Delahaye" 16 + "Omar Chebaro" 17 + "Nikolai Kosmatov" 18 + "Sébastien Bardin" 19 + "Michaël Marcozzi" 20 + "Thibault Martin" 21 + ] 22 + license: "LGPL-2.1-only" 23 + homepage: "https://git.frama-c.com/pub/ltest/lreplay" 24 + bug-reports: "https://git.frama-c.com/pub/ltest/lreplay/-/issues" 25 + depends: [ 26 + "dune" {>= "3.0"} 27 + "base-unix" 28 + "ocaml" {>= "4.08.1"} 29 + "odoc" {with-doc} 30 + ] 31 + build: [ 32 + [ 33 + "dune" 34 + "build" 35 + "-p" 36 + name 37 + "-j" 38 + jobs 39 + "@install" 40 + "@runtest" {with-test} 41 + "@doc" {with-doc} 42 + ] 43 + ] 44 + dev-repo: "git+https://git.frama-c.com/pub/ltest/lreplay" 45 + url { 46 + src: 47 + "https://git.frama-c.com/pub/ltest/lreplay/-/archive/0.1/lreplay-0.1.tar.bz2" 48 + checksum: [ 49 + "md5=ed8f14102eeca3b498d5353900fe5469" 50 + "sha512=16815a4f027752e1c1b8474ccad19a304937f5802267bb4ae4ade04602af6d1733677c929c6d9d26908b01942376c2dbfacd6effd5fa44d0cf3820ba18a37ffd" 51 + ] 52 + }