summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-09-19 15:44:49 +0200
committerAlexis Ballier <aballier@gentoo.org>2015-09-19 16:03:10 +0200
commit3494f063e767770338d90d87a2c7af0348323381 (patch)
treea9bae76d787cf7cfcdf77331d554d39dd52d92d2 /dev-ml/bignum/bignum-113.00.00.ebuild
parentdev-ml/zarith: initial import, bug #388903 (diff)
downloadgentoo-3494f063e767770338d90d87a2c7af0348323381.tar.gz
gentoo-3494f063e767770338d90d87a2c7af0348323381.tar.bz2
gentoo-3494f063e767770338d90d87a2c7af0348323381.zip
dev-ml/bignum: initial import, ebuild by me.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-ml/bignum/bignum-113.00.00.ebuild')
-rw-r--r--dev-ml/bignum/bignum-113.00.00.ebuild29
1 files changed, 29 insertions, 0 deletions
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}"