mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 01:57:28 -08:00
22 lines
810 B
XML
22 lines
810 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>alexey+gentoo@asokolov.org</email>
|
|
<name>Alexey Sokolov</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Ranges are an extension of the Standard Template Library that makes its
|
|
iterators and algorithms more powerful by making them composable. Unlike
|
|
other range-like solutions which seek to do away with iterators, in
|
|
range-v3 ranges are an abstration layer on top of iterators.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">ericniebler/range-v3</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|