dev-ml/num: amd64 stable wrt bug #723500
[gentoo.git] / dev-ml / ppx_fields_conv / ppx_fields_conv-0.9.0-r1.ebuild
1 # Copyright 1999-2017 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="Generation of accessor and iteration functions for ocaml records"
9 HOMEPAGE="https://github.com/janestreet/ppx_fields_conv"
10 SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11
12 LICENSE="Apache-2.0"
13 SLOT="0/${PV}"
14 KEYWORDS="~amd64"
15 IUSE=""
16
17 DEPEND="
18         dev-ml/ppx_core:=
19         dev-ml/ppx_driver:=
20         dev-ml/ppx_metaquot:=
21         dev-ml/ppx_type_conv:=
22         dev-ml/fieldslib:=
23         dev-ml/ocaml-migrate-parsetree:=
24         dev-ml/ppx_traverse_builtins:=
25 "
26 RDEPEND="${DEPEND}"
27 DEPEND="${DEPEND} dev-ml/jbuilder"