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: [ "ocaml" {>= "4.02.3"} "jbuilder" {>= "1.0+beta10"} "odoc" {with-doc & >= "1.1.1"} "alcotest" {>= "0.8.0" & < "1.9.0"} "junit" ] build: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ["jbuilder" "build" "@doc" "-p" name "-j" jobs] {with-doc} ] synopsis: "JUnit" description: """ ocaml-junit is a package for the creation of JUnit XML reports. It provides a typed API to produce valid reports. They are supposed to be accepted by Jenkins. It comes with two packages for support of OUnit and Alcotest. ## Installation ``` opam pin add junit https://github.com/Khady/ocaml-junit.git opam pin add junit_ounit https://github.com/Khady/ocaml-junit.git opam pin add junit_alcotest https://github.com/Khady/ocaml-junit.git ``` ## Documentation Available [here](https://khady.github.io/ocaml-junit/) ## References: - [Jenkins](https://github.com/jenkinsci/xunit-plugin/blob/master/src/main/resources/org/jenkinsci/plugins/xunit/types/model/xsd/junit-10.xsd) - [JUnit-Schema](https://github.com/windyroad/JUnit-Schema/blob/master/JUnit.xsd) - [Windyroad](http://windyroad.com.au/dl/Open%20Source/JUnit.xsd) - [a gist](https://gist.github.com/erikd/4192748) Those files are archived in directory [`schemes`](schemes) License: LGPL either version 3 of the License, or (at your option) any later version with OCaml linking exception.""" url { src: "https://github.com/Khady/ocaml-junit/releases/download/2.0/junit-2.0.tbz" checksum: [ "sha256=6fbe2447cc2c1e7a62fd922c540a5302612f92ba617286c69f427f9138a9e4d2" "md5=d217a13be3631866fa6b895188a6c7a9" ] }