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.7.0" & < "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.1.0/junit-2.1.0.tbz"
26 checksum: [
27 "sha256=04d0bdfb7cda4d8d5242bb6c8222972937ef9976f7784f909a39d702df1f48ec"
28 "sha512=0a00ea9e37354b13f4c8e0c746ce175f3177d622008c5ac7cc9c4efc3e4567a3fad9afe03476b748409ad94c1ac34def5811cee4aa46ef6c48b1d65e9b8b6a0e"
29 ]
30}
31x-commit-hash: "166190e389769183c5eaf46def9a7d5de93cd13f"