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