pspec.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>immer</Name>
  6. <Homepage>https://sinusoid.es/immer</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>boost</License>
  12. <Icon></Icon>
  13. <IsA>library</IsA>
  14. <Summary>Postmodern immutable and persistent data structures for C++</Summary>
  15. <Description>immer is a library of persistent and immutable data structures written in C++. These enable whole new kinds of architectures for interactive and concurrent programs of striking simplicity, correctness, and performance.</Description>
  16. <Archive sha1sum="3ab24d01bc6952f5fc0258020271db74f9d30585" type="targz">https://github.com/arximboldi/immer/archive/refs/tags/v0.8.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>catch2</Dependency>
  20. <Dependency>ccache</Dependency>
  21. <Dependency>boost-devel</Dependency>
  22. <Dependency>guile-devel</Dependency>
  23. <Dependency>python3-devel</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>immer</Name>
  28. <RuntimeDependencies>
  29. <!-- <Dependency>libgcc</Dependency> -->
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="doc">/usr/share/doc/immer</Path>
  33. <Path fileType="header">/usr/include</Path>
  34. <Path fileType="library">/usr/lib/cmake/Immer</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="1">
  39. <Date>2023-11-01</Date>
  40. <Version>0.8.1</Version>
  41. <Comment>First release</Comment>
  42. <Name>Kamil Atlı</Name>
  43. <Email>suvari@pisilinux.org</Email>
  44. </Update>
  45. </History>
  46. </PISI>