this repo has no description
0
fork

Configure Feed

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

Release of LTest for Frama-C 29.0 (Copper)

+165
+57
packages/frama-c-lannotate/frama-c-lannotate.0.2.3/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + depends: [ 3 + "ocaml" {>= "4.13.1"} 4 + "dune" {>= "3.7" & != "3.13.0"} 5 + "frama-c" {>= "29.0~" & < "30.0~"} 6 + "odoc" {with-doc} 7 + ] 8 + build: [ 9 + ["dune" "subst"] {dev} 10 + [ 11 + "dune" 12 + "build" 13 + "-p" 14 + name 15 + "-j" 16 + jobs 17 + "--promote-install-files=false" 18 + "@install" 19 + "@runtest" {with-test} 20 + "@doc" {with-doc} 21 + ] 22 + ["dune" "install" "-p" name "--create-install-files" name] 23 + ] 24 + opam-version: "2.0" 25 + synopsis: "Lannotate plugin of Frama-C, part of the LTest suite " 26 + description:""" 27 + Lannotate is a plugin that introduces labels and hyperlabels formalizing 28 + test objectives corresponding to the coverage criteria selected by the user. 29 + It is part of LTest, a set of plug-in dedicated to managing test coverage. 30 + Other plug-ins in LTest include: 31 + - Luncov, for detecting polluting (infeasible or redundant) objectives 32 + - Lreplay, for executing a test suite and computing its coverage status 33 + """ 34 + maintainer: "virgile.prevosto@cea.fr" 35 + authors: [ 36 + "Omar Chebaro" 37 + "Mickaël Delahaye" 38 + "Michael Marcozzi" 39 + "Thibault Martin" 40 + ] 41 + homepage: "https://frama-c.com/" 42 + license: "LGPL-2.1-only" 43 + dev-repo: "git+https://git.frama-c.com/pub/ltest/lannotate.git" 44 + bug-reports: "git+https://git.frama-c.com/pub/ltest/lannotate/-/issues" 45 + tags: [ 46 + "software testing" 47 + "Frama-C" 48 + "LTest" 49 + ] 50 + url { 51 + src: 52 + "https://git.frama-c.com/pub/ltest/lannotate/-/archive/0.2.3/lannotate-0.2.3.tar.bz2" 53 + checksum: [ 54 + "md5=93f0b2ec2c39599b70bb4f2d504ab817" 55 + "sha512=1682fddf70d90db51bf8fbfa688fb6a898f779e720cccc064298665d34dab2960c8b621abf1ee9bdd0117759f4c5a3def8d689edd10549fc7440edaba1730d96" 56 + ] 57 + }
+57
packages/frama-c-luncov/frama-c-luncov.0.2.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + depends: [ 3 + "ocaml" {>= "4.13.1"} 4 + "dune" {>= "3.7" & != "3.13.0"} 5 + "frama-c" {>= "29.0~" & < "30.0~"} 6 + "odoc" {with-doc} 7 + ] 8 + build: [ 9 + ["dune" "subst"] {dev} 10 + [ 11 + "dune" 12 + "build" 13 + "-p" 14 + name 15 + "-j" 16 + jobs 17 + "--promote-install-files=false" 18 + "@install" 19 + "@runtest" {with-test} 20 + "@doc" {with-doc} 21 + ] 22 + ["dune" "install" "-p" name "--create-install-files" name] 23 + ] 24 + opam-version: "2.0" 25 + synopsis: "Luncov plugin of Frama-C, part of the LTest suite" 26 + description:""" 27 + Luncov is a plugin that attempts to identify unreachable and/or redundant 28 + tests objectives, represented in the code by labels and hyperlabels, as 29 + defined in the LTest family of Frama-C plug-ins. 30 + Other plug-ins in LTest include: 31 + - Lannotate, for introducing (hyper)labels according to various criteria 32 + - Lreplay, for executing a test suite and computing its coverage status 33 + """ 34 + maintainer: "virgile.prevosto@cea.fr" 35 + authors: [ 36 + "Robin David" 37 + "Mickaël Delahaye" 38 + "Michael Marcozzi" 39 + "Thibault Martin" 40 + ] 41 + homepage: "https://frama-c.com/" 42 + license: "LGPL-2.1-only" 43 + dev-repo: "git+https://git.frama-c.com/pub/ltest/luncov.git" 44 + bug-reports: "git+https://git.frama-c.com/pub/ltest/luncov/-/issues" 45 + tags: [ 46 + "software testing" 47 + "Frama-C" 48 + "LTest" 49 + ] 50 + url { 51 + src: 52 + "https://git.frama-c.com/pub/ltest/luncov/-/archive/0.2.1/luncov-0.2.1.tar.bz2" 53 + checksum: [ 54 + "md5=6c17a9c992ec04d6f9f2c6a7c97b0e71" 55 + "sha512=243b617a27360379c80447e4e22b9393c966584ddfe245863f906ea876c31d492605ed2d47ecaabf17f81721c75face267fe3ef3dbf1fbc623177b3912fb6705" 56 + ] 57 + }
+51
packages/lreplay/lreplay.0.1.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 + Lreplay is part of the LTest suite, which includes tools to manage test 6 + objectives, expressed as labels and hyperlabels. lreplay runs a given test suite 7 + and computes the corresponding coverage according the labels and hyperlabels 8 + defined in its input files. The other LTest tools are Frama-C plugins including: 9 + - Lannotate, for generating (hyper)labels according to various criteria 10 + - Luncov, for identifying uncoverable and/or redundant (hyper)labels 11 + """ 12 + maintainer: ["virgile.prevosto@cea.fr"] 13 + authors: [ 14 + "Mickaël Delahaye" 15 + "Omar Chebaro" 16 + "Nikolai Kosmatov" 17 + "Sébastien Bardin" 18 + "Michaël Marcozzi" 19 + "Thibault Martin" 20 + ] 21 + license: "LGPL-2.1-only" 22 + homepage: "git+https://git.frama-c.com/pub/ltest/lreplay" 23 + dev-repo: "git+https://git.frama-c.com/pub/ltest/lreplay" 24 + bug-reports: "git+https://git.frama-c.com/pub/ltest/lreplay/-/issues" 25 + depends: [ 26 + "base-unix" 27 + "ocaml" {>= "4.13.1"} 28 + "dune" {>= "3.7" & != "3.13.0"} 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 + url { 45 + src: 46 + "https://git.frama-c.com/pub/ltest/lreplay/-/archive/0.1.1/lreplay-0.1.1.tar.bz2" 47 + checksum: [ 48 + "md5=df91c0ab9782af2cedba4126ade602c6" 49 + "sha512=2c8ee3d8c9ea4fc57a6ad25a6ddc2eb6ba000c6c94c1c9f75ea4b6494dd2822665ff7a871a372d6bcf462cbab4af46ef0d6b8dd5b295c538c1c53e845a98fbcb" 50 + ] 51 + }