dev-ml/num: add for newer ocaml + coq
[gentoo.git] / dev-ml / pipebang / pipebang-113.00.00.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="5"
5
6 inherit oasis
7
8 DESCRIPTION="Syntax extension to transform x |! f into f x"
9 HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home"
10 SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
11
12 LICENSE="Apache-2.0"
13 SLOT="0/${PV}"
14 KEYWORDS="~amd64"
15 IUSE=""
16
17 DEPEND=">=dev-ml/type-conv-109.60:=
18         dev-ml/camlp4:="
19 RDEPEND="${DEPEND}"