dev-ml/camlp5: amd64 stable wrt bug #709348
[gentoo.git] / dev-ml / ppx_derivers / ppx_derivers-1.0.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit opam
7
8 DESCRIPTION="Shared [@@deriving] plugin registry"
9 HOMEPAGE="https://github.com/diml/ppx_derivers"
10 SRC_URI="https://github.com/diml/ppx_derivers/archive/${PV}.tar.gz -> ${P}.tar.gz"
11
12 LICENSE="BSD"
13 SLOT="0/${PV}"
14 KEYWORDS="~amd64 ~ppc ~x86"
15 IUSE=""
16
17 RDEPEND=""
18 DEPEND="${RDEPEND}
19         dev-ml/jbuilder"