diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-22 00:54:52 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-22 00:54:52 +0000 |
| commit | 5ff35cfdfb57ddfb3ab1f55b87510f2ec75a4d1f (patch) | |
| tree | 639aea69a39addd4aa5289a7eb03c8df74c6b4af /dev-cpp/cpptoml/metadata.xml | |
| parent | bbbcde0c45030906d757bde22be6bfcb719f85d0 (diff) | |
| download | baldeagleos-repo-5ff35cfdfb57ddfb3ab1f55b87510f2ec75a4d1f.tar.gz baldeagleos-repo-5ff35cfdfb57ddfb3ab1f55b87510f2ec75a4d1f.tar.xz baldeagleos-repo-5ff35cfdfb57ddfb3ab1f55b87510f2ec75a4d1f.zip | |
Adding metadata
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 |
