# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit dune DESCRIPTION="Static Analysis Results Interchange Format (SARIF) For OCaml" HOMEPAGE="https://github.com/gborough/sarif" SRC_URI="https://github.com/gborough/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" RDEPEND="dev-ml/atd:0=[ocamlopt?] dev-ml/ppx_deriving:0=[ocamlopt?] dev-ml/re:0=[ocamlopt?] dev-ml/timedesc:0=[ocamlopt?] dev-ml/uri:0=[ocamlopt?]