aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan-Christofer Demay <jcdemay@gmail.com>2013-01-14 15:05:04 +0100
committerJonathan-Christofer Demay <jcdemay@gmail.com>2013-01-14 15:05:04 +0100
commit5654739daa2e92b974e3a1f5680dee5ddfc18c52 (patch)
tree5a52ef8b2e39fbeca14b069801620d5f5e7b9577 /dev-ml/zarith/metadata.xml
parentdev-ml/ocamlgraph: version bump (diff)
downloadsci-5654739daa2e92b974e3a1f5680dee5ddfc18c52.tar.gz
sci-5654739daa2e92b974e3a1f5680dee5ddfc18c52.tar.bz2
sci-5654739daa2e92b974e3a1f5680dee5ddfc18c52.zip
dev-ml/zarith: initial commit
Diffstat (limited to 'dev-ml/zarith/metadata.xml')
-rw-r--r--dev-ml/zarith/metadata.xml20
1 files changed, 13 insertions, 7 deletions
diff --git a/dev-ml/zarith/metadata.xml b/dev-ml/zarith/metadata.xml
index a87c2ac5f..d2e969145 100644
--- a/dev-ml/zarith/metadata.xml
+++ b/dev-ml/zarith/metadata.xml
@@ -1,11 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang='en'>
-Arithmetic and logic operations over arbitrary-precision integers in Ocaml
-</longdescription>
-<use>
-<flag name='mpir'>Use mpir library instead of gmp</flag>
-</use>
+ <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>