aboutsummaryrefslogtreecommitdiff
blob: 5cabf83c7283e35366d4a123cdcbe5481e879847 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci-mathematics</herd>
<longdescription>
  The Zarith library implements arithmetic and logical operations over
  arbitrary-precision integers. It uses GMP to efficiently implement
  arithmetic over big integers. Small integers are represented as Caml
  unboxed integers, for speed and space economy.
</longdescription>
<use>
  <flag name='mpir'>Use <pkg>sci-libs/mpir</pkg> for arbitrary
  precision integer arithmetic</flag>
</use>
</pkgmetadata>