aboutsummaryrefslogtreecommitdiff
blob: 1ff32187741758e7b56f8aa8918a9718729b0323 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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>
</pkgmetadata>