| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.3.0 | 8 | ~amd64 | 0/2.3.0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DUNE_PKG_NAME="junit junit_alcotest junit_ounit"
inherit dune
DESCRIPTION="OCaml package to produce JUnit xml reports"
HOMEPAGE="https://github.com/Khady/ocaml-junit"
SRC_URI="https://github.com/Khady/ocaml-${PN}/releases/download/${PV}/${P}.tbz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
RDEPEND=">=dev-ml/alcotest-1.9.0:0=[ocamlopt?]
dev-ml/ounit2:0=[ocamlopt?]
dev-ml/ptime:0=[ocamlopt?]
dev-ml/tyxml:0=[ocamlopt?]"
>=dev-ml/alcotest-1.9.0:0=[ocamlopt?] dev-ml/ounit2:0=[ocamlopt?] dev-ml/ptime:0=[ocamlopt?] dev-ml/tyxml:0=[ocamlopt?]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | junit-2.3.0.tbz | 17711 bytes | https://github.com/Khady/ocaml-junit/releases/download/2.3.0/junit-2.3.0.tbz |