From 22be82b41ff961ab4f8779b8979ab4322dba8e49 Mon Sep 17 00:00:00 2001 From: Huang Rui Date: Sun, 8 Oct 2023 18:50:12 +0800 Subject: [PATCH] dev-libs/gpds: improve longdescription Signed-off-by: Huang Rui --- dev-libs/gpds/metadata.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/dev-libs/gpds/metadata.xml b/dev-libs/gpds/metadata.xml index 65ab933314..6648fc63bf 100644 --- a/dev-libs/gpds/metadata.xml +++ b/dev-libs/gpds/metadata.xml @@ -9,9 +9,12 @@ simulton/gpds - 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.