From 3494f063e767770338d90d87a2c7af0348323381 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Sat, 19 Sep 2015 15:44:49 +0200 Subject: dev-ml/bignum: initial import, ebuild by me. Package-Manager: portage-2.2.20.1 --- dev-ml/bignum/bignum-113.00.00.ebuild | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 dev-ml/bignum/bignum-113.00.00.ebuild (limited to 'dev-ml/bignum/bignum-113.00.00.ebuild') diff --git a/dev-ml/bignum/bignum-113.00.00.ebuild b/dev-ml/bignum/bignum-113.00.00.ebuild new file mode 100644 index 000000000000..ba15ba55aca1 --- /dev/null +++ b/dev-ml/bignum/bignum-113.00.00.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit oasis + +DESCRIPTION="Core-flavoured wrapper around zarith's arbitrary-precision rationals" +HOMEPAGE="http://janestreet.github.io/" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + dev-ml/bin-prot:= + dev-ml/comparelib:= + dev-ml/core_kernel:= + dev-ml/pa_bench:= + dev-ml/pa_test:= + dev-ml/pa_ounit:= + dev-ml/sexplib:= + dev-ml/typerep:= + dev-ml/zarith:= +" +RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad