53 lines
2.2 KiB
XML
53 lines
2.2 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>lager</Name>
|
||
<Homepage>https://sinusoid.es/lager</Homepage>
|
||
<Packager>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>boost</License>
|
||
<Icon>lager</Icon>
|
||
<IsA>library</IsA>
|
||
<Summary>C++ library for value-oriented design using the unidirectional data-flow architecture</Summary>
|
||
<Description>lager is a C++ library to assist value-oriented design by implementing the unidirectional data-flow architecture. It is heavily inspired by Elm and Redux, and enables composable designs by promoting the use of simple value types and testable application logic via pure functions.</Description>
|
||
<Archive sha1sum="1aac55d7b77c745bbe71f32f1d8e7114acbd11d0" type="targz">https://github.com/arximboldi/lager/archive/refs/tags/v0.1.1.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>zug</Dependency>
|
||
<Dependency>immer</Dependency>
|
||
<Dependency>cmake</Dependency>
|
||
<Dependency>catch2</Dependency>
|
||
<Dependency>ccache</Dependency>
|
||
<Dependency>boost-devel</Dependency>
|
||
<Dependency>ncurses-devel</Dependency>
|
||
<Dependency>libglvnd-devel</Dependency>
|
||
<Dependency>sdl2-ttf-devel</Dependency>
|
||
<Dependency>qt5-quickcontrols2-devel</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>lager</Name>
|
||
<RuntimeDependencies>
|
||
<!-- <Dependency>libgcc</Dependency> -->
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="doc">/usr/share/doc/lager</Path>
|
||
<Path fileType="header">/usr/include</Path>
|
||
<Path fileType="library">/usr/lib/cmake</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="1">
|
||
<Date>2023-11-01</Date>
|
||
<Version>0.1.1</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|