diff options
author | 2014-06-22 16:29:25 +0200 | |
---|---|---|
committer | 2014-06-22 16:29:25 +0200 | |
commit | 03917aeca50f3a5bfb3382205e973e7777a67570 (patch) | |
tree | 9b012497b885586aaa60975bf8e486663f1adcc6 /dev-ml/zarith/metadata.xml | |
parent | added missing deps (bug #514084) (diff) | |
download | sci-03917aeca50f3a5bfb3382205e973e7777a67570.tar.gz sci-03917aeca50f3a5bfb3382205e973e7777a67570.tar.bz2 sci-03917aeca50f3a5bfb3382205e973e7777a67570.zip |
multiple version bumps
Diffstat (limited to 'dev-ml/zarith/metadata.xml')
-rw-r--r-- | dev-ml/zarith/metadata.xml | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/dev-ml/zarith/metadata.xml b/dev-ml/zarith/metadata.xml index 1ff321877..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-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> + <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> |