summaryrefslogtreecommitdiff
path: root/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
blob: 6ae9fe04d553193c6d4d29e869d79e1634acdd7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7

inherit dune

DESCRIPTION="The Stream and Genlex libraries for use with Camlp4 and Camlp5"
HOMEPAGE="https://github.com/ocaml/camlp-streams"
SRC_URI="https://github.com/ocaml/camlp-streams/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt"

RDEPEND="
	>=dev-ml/base-0.11.0:=
	dev-ml/sexplib0:="
DEPEND="${RDEPEND}"