gentoo-ebuilds/dev-ml/cppo/cppo-1.8.0.ebuild
Sam James de10d390f7
dev-ml/cppo: Stabilize 1.8.0 amd64, #954972
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-01 18:57:56 +01: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}"