dev-ml/camlp5: restricted 7.10 wrt ocaml
[gentoo.git] / dev-ml / ocaml-migrate-parsetree / ocaml-migrate-parsetree-1.0.6.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 findlib opam
7
8 DESCRIPTION="Convert OCaml parsetrees between different major versions"
9 HOMEPAGE="https://github.com/let-def/ocaml-migrate-parsetree"
10 SRC_URI="https://github.com/let-def/ocaml-migrate-parsetree/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11
12 LICENSE="LGPL-2.1"
13 SLOT="0/${PV}"
14 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
15 IUSE=""
16
17 DEPEND="dev-ml/result:="
18 RDEPEND="${DEPEND}"
19 DEPEND="${DEPEND}
20         dev-ml/jbuilder"