this repo has no description
1opam-version: "2.0" 2maintainer: "Louis Roché <louis@louisroche.net>" 3authors: ["Louis Roché <louis@louisroche.net>" "Simon Cruanes <simon.cruanes.2007@m4x.org>"] 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" "ounit"] 10depends: [ 11 "dune" {>= "3.0"} 12 "odoc" {with-doc & >= "1.1.1"} 13 "ounit2" 14 "junit" {= version} 15 "ocamlformat" {= "0.27.0" & with-dev-setup} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31synopsis: "JUnit XML reports generation for OUnit tests" 32description: "JUnit XML reports generation for OUnit tests" 33url { 34 src: 35 "https://github.com/Khady/ocaml-junit/releases/download/2.2.0/junit-2.2.0.tbz" 36 checksum: [ 37 "sha256=d0ab1b08e7bb56d3955139e8ffd8cf0748f1b952af0072c9f9e8d914d531d90a" 38 "sha512=f86944c8a5f21c7df6a4dead863c340ebd7114808422a0dd8819941356a6c2a9fbe1e823cead11ff1c0cf6207eeebbbc8e62096a4f278a72f7c05099deef93fb" 39 ] 40} 41x-commit-hash: "c72f1f3bc9add874a8c1594b0b1cf9d7dac448b1"