summaryrefslogtreecommitdiff
path: root/dev-ml/pp/pp-1.1.2.ebuild
blob: 61daa7921fa6be1fa65772fe6e31ca2d87e38ebd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2022 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=""