this repo has no description
1opam-version: "2.0"
2maintainer: "Louis Roché <louis@louisroche.net>"
3authors: ["Louis Roché <louis@louisroche.net>"]
4homepage: "https://github.com/Khady/ocaml-junit"
5bug-reports: "https://github.com/Khady/ocaml-junit/issues"
6license: "LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception"
7dev-repo: "git+https://github.com/Khady/ocaml-junit.git"
8doc: "https://khady.github.io/ocaml-junit/"
9tags: ["junit" "jenkins" "alcotest"]
10depends: [
11 "dune" {>= "1.0"}
12 "odoc" {with-doc & >= "1.1.1"}
13 "alcotest" {< "1.9.0"}
14 "junit" {= version}
15]
16build: [
17 ["dune" "subst"] {dev}
18 ["dune" "build" "-p" name "-j" jobs]
19 ["dune" "build" "-p" name "-j" jobs] {with-doc}
20]
21synopsis: "JUnit XML reports generation for alcotest tests"
22description: "JUnit XML reports generation for alcotest tests"
23url {
24 src:
25 "https://github.com/Khady/ocaml-junit/releases/download/2.0.2/junit-2.0.2.tbz"
26 checksum: [
27 "sha256=fda941b653613a4a5731f9b3557364b12baa341daa13c01676c9eb8d64e96b01"
28 "sha512=5a9fa803c4861748bb8482fc51197420bf3cc3b9540989a489c4ffb65fdd02386aaa60437eae29182209dae0903b0e537c095249e19d395a451b8e8214f15f03"
29 ]
30}