Files
guru/dev-libs/gpds/metadata.xml
Huang Rui 22be82b41f dev-libs/gpds: improve longdescription
Signed-off-by: Huang Rui <vowstar@gmail.com>
2023-10-08 18:50:12 +08:00

21 lines
797 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>vowstar@gmail.com</email>
<name>Huang Rui</name>
</maintainer>
<upstream>
<remote-id type="github">simulton/gpds</remote-id>
</upstream>
<longdescription lang="en">
GPDS is a General Purpose Data Serializer library written in modern C++.
It allows to serialize C++ classes to and from XML files in a generic format
that can be processed by other XML processing software (or just for the sake of
readability).
GPDS provides the user with complete control over the generated tag names and
attributes in the resulting XML compared to just using traditional "key" and
"value" tags.
</longdescription>
</pkgmetadata>