aboutsummaryrefslogtreecommitdiff
blob: e8c58a4aad8381812da0366640b40d7ef3f8d699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>sci-mathematics@gentoo.org</email>
    <name>Gentoo Mathematics Project</name>
  </maintainer>
  <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>