blob: 45f30ee4deba73a78892ad21e19d4b96059d41b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFINED_PHASES=compile configure install test
DEPEND=>=dev-lang/ocaml-4.05:=[ocamlopt=] !mpir? ( dev-libs/gmp:0= ) mpir? ( sci-libs/mpir:= ) dev-lang/perl >=dev-ml/findlib-1.0.4-r1[ocamlopt?]
DESCRIPTION=Arithmetic and logic operations over arbitrary-precision integers
EAPI=7
HOMEPAGE=https://github.com/ocaml/Zarith
INHERIT=findlib toolchain-funcs
IUSE=doc mpir +ocamlopt +ocamlopt
KEYWORDS=amd64 ~arm ~arm64 ~ppc x86
LICENSE=LGPL-2.1-with-linking-exception
RDEPEND=>=dev-lang/ocaml-4.05:=[ocamlopt=] !mpir? ( dev-libs/gmp:0= ) mpir? ( sci-libs/mpir:= ) dev-lang/ocaml:=[ocamlopt?]
RESTRICT=!ocamlopt? ( test )
SLOT=0/1.12
SRC_URI=https://github.com/ocaml/Zarith/archive/release-1.12.tar.gz -> zarith-1.12.tar.gz
_eclasses_=findlib cc1c14904708a0a28bcb256b342a808c toolchain-funcs edeef89edaf21d30225d31702ab117ac multilib c19072c3cd7ac5cb21de013f7e9832e0
_md5_=77ee04077c2b79193875ecd6951410f7
|