Source: lager
Section: libs
Priority: optional
Maintainer: Steven Pusser <stevep@mxlinux.org>
XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Pino Toscano <pino@debian.org>
Build-Depends: cmake (>= 3.8~),
               debhelper-compat (= 13),
               libboost-dev (>= 1.56~),
               libboost-system-dev (>= 1.56~),
               libcereal-dev <!nocheck>,
               libimmer-dev,
               libzug-dev,
               qtbase5-dev,
               qtdeclarative5-dev
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/arximboldi/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
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libboost-dev, libimmer-dev, libzug-dev, ${misc:Depends}
Description: C++ library for value-oriented design-- development files
 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!
 .
 This package contains the development files.
