pspec.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>range-v3</Name>
  6. <Homepage>https://github.com/ericniebler/range-v3</Homepage>
  7. <Packager>
  8. <Name>Safa Arıman</Name>
  9. <Email>safaariman@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSLv1</License>
  12. <IsA>library</IsA>
  13. <Summary>Range algorithms, views, and actions for C++11/14/17</Summary>
  14. <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>
  15. <Archive sha1sum="c7893c255a437aadae3b46661c7a814a19012746" type="targz">https://github.com/ericniebler/range-v3/archive/0.12.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>range-v3-devel</Name>
  22. <Files>
  23. <Path fileType="header">/usr/include</Path>
  24. <Path fileType="data">/usr/lib/cmake</Path>
  25. <Path fileType="doc">/usr/share/doc</Path>
  26. </Files>
  27. </Package>
  28. <History>
  29. <Update release="3">
  30. <Date>2023-03-26</Date>
  31. <Version>0.12.0</Version>
  32. <Comment>Version bump.</Comment>
  33. <Name>Mustafa Cinasal</Name>
  34. <Email>muscnsl@gmail.com</Email>
  35. </Update>
  36. <Update release="2">
  37. <Date>2021-09-24</Date>
  38. <Version>0.11.0</Version>
  39. <Comment>Version bump.</Comment>
  40. <Name>Mustafa Cinasal</Name>
  41. <Email>muscnsl@gmail.com</Email>
  42. </Update>
  43. <Update release="1">
  44. <Date>2020-03-18</Date>
  45. <Version>0.10.0</Version>
  46. <Comment>First release</Comment>
  47. <Name>Safa Arıman</Name>
  48. <Email>safaariman@pisilinux.org</Email>
  49. </Update>
  50. </History>
  51. </PISI>