gentoo-ebuilds/dev-ml/pp/pp-2.0.0.ebuild
Sam James 1035e28732
dev-ml/pp: Stabilize 2.0.0 x86, #945767
Signed-off-by: Sam James <sam@gentoo.org>
2024-12-29 10:53:36 +00:00

18 lines
446 B
Bash

# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="Pretty-printing library"
HOMEPAGE="https://github.com/ocaml-dune/pp"
SRC_URI="https://github.com/ocaml-dune/pp/releases/download/${PV}/${P}.tbz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
BDEPEND="test? ( dev-ml/ppx_expect )"