1 { lib, fetchurl, buildDunePackage, ptime, tyxml }:
3 buildDunePackage (rec {
8 url = "https://github.com/Khady/ocaml-junit/releases/download/${version}/junit-${version}.tbz";
9 sha256 = "00bbx5j8vsy9fqbc04xa3lsalaxicirmbczr65bllfk1afv43agx";
12 propagatedBuildInputs = [
20 description = "ocaml-junit is an OCaml package for the creation of JUnit XML reports, proving a typed API to produce valid reports acceptable to Jenkins, comes with packages supporting OUnit and Alcotest.";
21 license = licenses.lgpl3Plus;
22 maintainers = with maintainers; [ ];
23 homepage = "https://github.com/Khady/ocaml-junit";