mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
21 lines
459 B
Bash
21 lines
459 B
Bash
# Copyright 2022-2023 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"
|
|
|
|
DEPEND="dev-ml/ppx_expect:=
|
|
>=dev-lang/ocaml-4.08"
|
|
RDEPEND="${DEPEND}"
|
|
BDEPEND=""
|