Files
main/programming/library/immer/pspec.xml
T
2023-11-01 20:38:47 +03:00

49 lines
1.9 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>immer</Name>
<Homepage>https://sinusoid.es/immer</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>boost</License>
<Icon></Icon>
<IsA>library</IsA>
<Summary>Postmodern immutable and persistent data structures for C++</Summary>
<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>
<Archive sha1sum="3ab24d01bc6952f5fc0258020271db74f9d30585" type="targz">https://github.com/arximboldi/immer/archive/refs/tags/v0.8.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>catch2</Dependency>
<Dependency>ccache</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>guile-devel</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>immer</Name>
<RuntimeDependencies>
<!-- <Dependency>libgcc</Dependency> -->
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/immer</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/cmake/Immer</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-11-01</Date>
<Version>0.8.1</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>