gentoo/dev-cpp/tree/metadata.xml
Arthur Zamarin deaa7b4ad6
dev-cpp/tree: add github upstream metadata
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-03-22 09:49:34 +02:00

19 lines
701 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
The tree.hh library for C++ provides an STL-like container class for
n-ary trees, templated over the data stored at the nodes. Various
types of iterators are provided (post-order, pre-order, and
others). Where possible the access methods are compatible with the
STL or alternative algorithms are available.
</longdescription>
<upstream>
<remote-id type="github">kpeeters/tree.hh</remote-id>
</upstream>
</pkgmetadata>