Source: lager
Section: libs
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 catch2,
 cmake,
 libboost-dev,
 libboost-system-dev,
 libcereal-dev <!nocheck>,
 libimmer-dev,
 libzug-dev,
 pkgconf,
 pkg-config,
 qt5-qmake,
 qtbase5-dev,
 qtdeclarative5-dev,
Standards-Version: 4.6.2
Homepage: https://sinusoid.es/lager/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/3rdparty/lager
Vcs-Git: https://salsa.debian.org/qt-kde-team/3rdparty/lager.git

Package: liblager-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
 ${misc:Depends},
 libboost-dev,
 libimmer-dev,
 libzug-dev,
Description: C++ library for value-oriented design using the unidirectional data-flow architecture — Redux for C++
 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. And you get time-travel for free!