blob: d2e969145ece0dd00df72463a75d71935a11e172 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</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>
<maintainer>
<email>sci@gentoo.org</email>
</maintainer>
<use>
<flag name="ocamlopt">?ocamlopt?</flag>
</use>
</pkgmetadata>
|