diff options
Diffstat (limited to 'dev-ml/pipebang/pipebang-108.07.01.ebuild')
-rw-r--r-- | dev-ml/pipebang/pipebang-108.07.01.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ml/pipebang/pipebang-108.07.01.ebuild b/dev-ml/pipebang/pipebang-108.07.01.ebuild new file mode 100644 index 000000000000..605f74319aaa --- /dev/null +++ b/dev-ml/pipebang/pipebang-108.07.01.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pipebang/pipebang-108.07.01.ebuild,v 1.1 2012/10/08 11:35:28 aballier Exp $ + +EAPI="4" + +inherit oasis + +DESCRIPTION="Syntax extension to transform x |! f into f x" +HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-ml/type-conv-3.0.5" +RDEPEND="${DEPEND}" |