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 "ocaml"
12 "dune" {>= "3.0"}
13 "ptime"
14 "tyxml" {>= "4.0.0"}
15 "odoc" {with-doc & >= "1.1.1"}
16 "ocamlformat" {= "0.27.0" & with-dev-setup}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32synopsis: "JUnit XML reports generation library"
33description: "JUnit XML reports generation library"
34url {
35 src:
36 "https://github.com/Khady/ocaml-junit/releases/download/2.2.0/junit-2.2.0.tbz"
37 checksum: [
38 "sha256=d0ab1b08e7bb56d3955139e8ffd8cf0748f1b952af0072c9f9e8d914d531d90a"
39 "sha512=f86944c8a5f21c7df6a4dead863c340ebd7114808422a0dd8819941356a6c2a9fbe1e823cead11ff1c0cf6207eeebbbc8e62096a4f278a72f7c05099deef93fb"
40 ]
41}
42x-commit-hash: "c72f1f3bc9add874a8c1594b0b1cf9d7dac448b1"