54 lines
2.1 KiB
XML
54 lines
2.1 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>range-v3</Name>
|
||
<Homepage>https://github.com/ericniebler/range-v3</Homepage>
|
||
<Packager>
|
||
<Name>Safa Arıman</Name>
|
||
<Email>safaariman@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>BSLv1</License>
|
||
<IsA>library</IsA>
|
||
<Summary>Range algorithms, views, and actions for C++11/14/17</Summary>
|
||
<Description>Range-v3 is a generic library that augments the existing standard library with facilities for working with ranges. A range can be loosely thought of a pair of iterators. This library provides a full implementation of all the standard algorithms with range-based overloads for convenience.</Description>
|
||
<Archive sha1sum="c7893c255a437aadae3b46661c7a814a19012746" type="targz">https://github.com/ericniebler/range-v3/archive/0.12.0.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>cmake</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>range-v3-devel</Name>
|
||
<Files>
|
||
<Path fileType="header">/usr/include</Path>
|
||
<Path fileType="data">/usr/lib/cmake</Path>
|
||
<Path fileType="doc">/usr/share/doc</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="3">
|
||
<Date>2023-03-26</Date>
|
||
<Version>0.12.0</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Mustafa Cinasal</Name>
|
||
<Email>muscnsl@gmail.com</Email>
|
||
</Update>
|
||
<Update release="2">
|
||
<Date>2021-09-24</Date>
|
||
<Version>0.11.0</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Mustafa Cinasal</Name>
|
||
<Email>muscnsl@gmail.com</Email>
|
||
</Update>
|
||
<Update release="1">
|
||
<Date>2020-03-18</Date>
|
||
<Version>0.10.0</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>Safa Arıman</Name>
|
||
<Email>safaariman@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|