diff options
author | 2014-06-22 22:20:18 +0200 | |
---|---|---|
committer | 2014-06-22 22:20:18 +0200 | |
commit | 9d31fe0253025c7f7c08e0828889c1f012977bd5 (patch) | |
tree | a3a995406347ec60f61f881588bd4af8a2eb1c16 /dev-ml/zarith/metadata.xml | |
parent | fix pkg_setup regression (diff) | |
download | sci-9d31fe0253025c7f7c08e0828889c1f012977bd5.tar.gz sci-9d31fe0253025c7f7c08e0828889c1f012977bd5.tar.bz2 sci-9d31fe0253025c7f7c08e0828889c1f012977bd5.zip |
multiple move to EAPI=5 and regression fixes
Diffstat (limited to 'dev-ml/zarith/metadata.xml')
-rw-r--r-- | dev-ml/zarith/metadata.xml | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/dev-ml/zarith/metadata.xml b/dev-ml/zarith/metadata.xml index d2e969145..1ff321877 100644 --- a/dev-ml/zarith/metadata.xml +++ b/dev-ml/zarith/metadata.xml @@ -1,17 +1,11 @@ <?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> +<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> |