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"]
10depends: [
11 "dune" {>= "1.0"}
12 "ptime"
13 "tyxml" {>= "4.0.0"}
14 "odoc" {with-doc & >= "1.1.1"}
15]
16build: [
17 ["dune" "subst"] {dev}
18 ["dune" "build" "-p" name "-j" jobs]
19 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
20 ["dune" "build" "-p" name "-j" jobs] {with-doc}
21]
22synopsis: "JUnit XML reports generation library"
23description: "JUnit XML reports generation library"
24url {
25 src:
26 "https://github.com/Khady/ocaml-junit/releases/download/2.0.2/junit-2.0.2.tbz"
27 checksum: [
28 "sha256=fda941b653613a4a5731f9b3557364b12baa341daa13c01676c9eb8d64e96b01"
29 "sha512=5a9fa803c4861748bb8482fc51197420bf3cc3b9540989a489c4ffb65fdd02386aaa60437eae29182209dae0903b0e537c095249e19d395a451b8e8214f15f03"
30 ]
31}