mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
dev-libs/gpds: improve longdescription
Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
@@ -9,9 +9,12 @@
|
||||
<remote-id type="github">simulton/gpds</remote-id>
|
||||
</upstream>
|
||||
<longdescription lang="en">
|
||||
GPDS is a General Purpose Data Serializer implemented as a very small
|
||||
C++ library. It allows to serialize C++ classes to and from XML/YAML
|
||||
files in a generic format that can be processed by other XML/YAML
|
||||
processing software (or just for the sake of readability).
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user