mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 07:19:01 -04:00
Closes: https://github.com/gentoo/guru/pull/141 Signed-off-by: Julien Roy <julien@jroy.ca>
19 lines
681 B
XML
19 lines
681 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<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>
|
|
<!-- maintainer-needed -->
|
|
<upstream>
|
|
<remote-id type="github">ddemidov/vexcl</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="libcxx">Use libc++ for the C++ standard library</flag>
|
|
</use>
|
|
</pkgmetadata>
|