gentoo-ebuilds/dev-ml/ppx_tools/ppx_tools-6.6-r1.ebuild
Alfredo Tupone ae41905281
dev-ml/ppx_tools: block ocaml>5
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2025-03-11 15:53:33 +01:00

22 lines
522 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
MY_PV=$(ver_rs 2 '+')
DESCRIPTION="Tools for authors of ppx rewriters"
HOMEPAGE="https://github.com/alainfrisch/ppx_tools"
SRC_URI="https://github.com/alainfrisch/ppx_tools/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-$(ver_rs 2 '-')"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
IUSE="+ocamlopt"
RDEPEND="<dev-lang/ocaml-5"
BDEPEND="
dev-ml/cppo
"