diff options
Diffstat (limited to 'dev-cpp/cpptoml/metadata.xml')
| -rw-r--r-- | dev-cpp/cpptoml/metadata.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-cpp/cpptoml/metadata.xml b/dev-cpp/cpptoml/metadata.xml new file mode 100644 index 000000000000..78bf67b9892f --- /dev/null +++ b/dev-cpp/cpptoml/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + <description>co-maintainers welcome</description> + </maintainer> + <longdescription lang="en"> +A header-only library for parsing TOML configuration files. + +Targets: TOML v0.5.0 as of August 2018. + +This includes support for the new DateTime format, inline tables, multi-line basic and raw strings, digit separators, hexadecimal integers, octal integers, binary integers, and float special values. + </longdescription> + + <use> + <flag name="libcxx">Use libc++ for the C++ standard library</flag> + </use> + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file |
