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.1/junit-2.0.1.tbz"
27 checksum: [
28 "sha256=a46a305c40ae742c635b878d49937377a82cdb3d74a8d4e0594efb5b4568704c"
29 "md5=40224fb3d4f5e47dc5ff4605587d383b"
30 ]
31}