Files
guru/dev-libs/gpds/metadata.xml
2024-02-19 10:42:17 +08:00

29 lines
1.3 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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>
<bugs-to>https://github.com/simulton/gpds/issues</bugs-to>
<changelog>https://github.com/simulton/gpds/releases</changelog>
</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>
<longdescription lang="zh">
GPDS 是一个用现代 C++ 编写的通用数据序列化器库。它允许以通用格式将 C++
类与 XML 文件序列化,该通用格式可以由其他 XML 处理软件处理(或只是为了
可读性。与仅使用传统的“键”和“值”标签相比GPDS 使用户能够完全控制生成
的标签名称和结果 XML 中的属性。
</longdescription>
</pkgmetadata>