opam-version: "2.0" maintainer: "Louis Roché " authors: ["Louis Roché "] homepage: "https://github.com/Khady/ocaml-junit" bug-reports: "https://github.com/Khady/ocaml-junit/issues" license: "LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception" dev-repo: "git+https://github.com/Khady/ocaml-junit.git" doc: "https://khady.github.io/ocaml-junit/" tags: ["junit" "jenkins" "alcotest"] depends: [ "dune" {>= "1.0"} "odoc" {with-doc & >= "1.1.1"} "alcotest" {>= "1.7.0" & < "1.9.0"} "junit" {= version} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "build" "-p" name "-j" jobs] {with-doc} ] synopsis: "JUnit XML reports generation for alcotest tests" description: "JUnit XML reports generation for alcotest tests" url { src: "https://github.com/Khady/ocaml-junit/releases/download/2.1.0/junit-2.1.0.tbz" checksum: [ "sha256=04d0bdfb7cda4d8d5242bb6c8222972937ef9976f7784f909a39d702df1f48ec" "sha512=0a00ea9e37354b13f4c8e0c746ce175f3177d622008c5ac7cc9c4efc3e4567a3fad9afe03476b748409ad94c1ac34def5811cee4aa46ef6c48b1d65e9b8b6a0e" ] } x-commit-hash: "166190e389769183c5eaf46def9a7d5de93cd13f"