diff options
author | 2008-12-09 13:57:12 +0000 | |
---|---|---|
committer | 2008-12-09 13:57:12 +0000 | |
commit | e797c4325219cf22bc4d90d7c5c3638898b30220 (patch) | |
tree | 0dd8b58df8c5337f3a8a4926b9513687532b7c94 /dev-libs/libmaa/metadata.xml | |
parent | Add run-as-root useflag, by Marco Meier <mmeier@badeio.de>, bug #249451 (diff) | |
download | gentoo-2-e797c4325219cf22bc4d90d7c5c3638898b30220.tar.gz gentoo-2-e797c4325219cf22bc4d90d7c5c3638898b30220.tar.bz2 gentoo-2-e797c4325219cf22bc4d90d7c5c3638898b30220.zip |
Initial import. Previously this library was part of <=dictd-1.10.11.
(Portage version: 2.2_rc17/cvs/Linux 2.6.26-openvz.git-89451f9 i686)
Diffstat (limited to 'dev-libs/libmaa/metadata.xml')
-rw-r--r-- | dev-libs/libmaa/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-libs/libmaa/metadata.xml b/dev-libs/libmaa/metadata.xml new file mode 100644 index 000000000000..635f4f9eb097 --- /dev/null +++ b/dev-libs/libmaa/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>app-dicts</herd> +<longdescription lang="en"> + The <pkg>libmaa</pkg> library provides many low-level data structures which + are helpful for writing compilers, including hash tables, sets, lists, + debugging support, and memory management. Although <pkg>libmaa</pkg> was + designed and implemented as a foundation for the KHEPERA Transformation + System, the data structures are generally applicable to a wide range of + programming problems. The memory management routines are especially helpful + for improving the performance of memory-intensive applications. +</longdescription> +</pkgmetadata> + |