Files
ports/textproc/zenxml/pkg-descr
Po-Chuan Hsieh 1219e75f34 textproc/zenxml: Update to 2.5
- Update COMMENT
- Update WWW
- Add LICENSE_FILE
- Remove USES=dos2unix
- Update pkg-descr
- Take maintainership
2023-03-22 03:20:10 +08:00

8 lines
379 B
Plaintext

zen::Xml is an XML library serializing structured user data in a convenient way.
Using compile-time information gathered by techniques of template
metaprogramming it minimizes the manual overhead required and frees the user
from implementing fundamental type conversions by himself.
zen::Xml is written in a platform independent manner and runs on any
C++14-compliant compiler.