gentoo-ebuilds/dev-ml/cppo/cppo-1.7.0.ebuild
Arthur Zamarin 06c15efcbd
dev-ml/cppo: Stabilize 1.7.0 arm, #949938
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-02-19 09:32:14 +02:00

19 lines
500 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
HOMEPAGE="https://github.com/ocaml-community/cppo/"
SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt"
RDEPEND="dev-ml/ocamlbuild:=
dev-ml/findlib:="
DEPEND="${RDEPEND}"