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: "MIT" dev-repo: "git+https://github.com/Khady/ocaml-junit.git" build: [ ["ocaml" "setup.ml" "-configure" "--prefix" prefix] ["ocaml" "setup.ml" "-build"] ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} ["ocaml" "setup.ml" "-build"] {with-test} ["ocaml" "setup.ml" "-test"] {with-test} ["ocaml" "setup.ml" "-doc"] {with-doc} ] install: ["ocaml" "setup.ml" "-install"] remove: ["ocamlfind" "remove" "junit"] depends: [ "ocaml" {>= "4.02.1" & < "5.0"} "ocamlbuild" {build} "ocamlfind" {build} "ptime" "tyxml" {>= "4.0.0"} ] synopsis: "Library to produce XML JUnit reports." description: "Library to produce XML JUnit reports." flags: light-uninstall url { src: "https://github.com/Khady/ocaml-junit/archive/0.1.zip" checksum: [ "sha256=60cea2e351e723baa32edaf17c5173cf176a151d3e9c754cddc9cc3e3629cdc9" "md5=b25790f915ed08bd87796b3d722e0fd0" ] }