diff options
author | Huang Rui <vowstar@gmail.com> | 2023-10-08 18:50:12 +0800 |
---|---|---|
committer | Huang Rui <vowstar@gmail.com> | 2023-10-08 18:50:12 +0800 |
commit | 22be82b41ff961ab4f8779b8979ab4322dba8e49 (patch) | |
tree | 765cdd3a2b54894d91434cb03d7ce5a70baa1192 /dev-libs | |
parent | dev-libs/gpds: new package, add 1.6.0, 1.7.0 (diff) | |
download | guru-22be82b41ff961ab4f8779b8979ab4322dba8e49.tar.gz guru-22be82b41ff961ab4f8779b8979ab4322dba8e49.tar.bz2 guru-22be82b41ff961ab4f8779b8979ab4322dba8e49.zip |
dev-libs/gpds: improve longdescription
Signed-off-by: Huang Rui <vowstar@gmail.com>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/gpds/metadata.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/gpds/metadata.xml b/dev-libs/gpds/metadata.xml index 65ab93331..6648fc63b 100644 --- a/dev-libs/gpds/metadata.xml +++ b/dev-libs/gpds/metadata.xml @@ -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> |