dev-ml/ocamlbuild: 0.10.1 and 0.11.0 don't compile with ocaml-4.09
[gentoo.git] / dev-ml / ppx_ast / ppx_ast-0.9.1.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="AST used in Jane Street ppx rewriters"
9 HOMEPAGE="https://github.com/janestreet/ppx_ast"
10 SRC_URI="https://github.com/janestreet/ppx_ast/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11
12 LICENSE="Apache-2.0"
13 SLOT="0/${PV}"
14 KEYWORDS="~amd64 ~ppc ~x86"
15 IUSE=""
16
17 DEPEND="
18         dev-ml/ocaml-compiler-libs:=
19         dev-ml/ocaml-migrate-parsetree:=
20 "
21 RDEPEND="${DEPEND}"
22 DEPEND="${RDEPEND}
23         dev-ml/jbuilder"