File: control

package info (click to toggle)
lager 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,904 kB
  • sloc: cpp: 10,868; javascript: 10,433; makefile: 214; python: 100; sh: 98
file content (35 lines) | stat: -rw-r--r-- 1,295 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: lager
Section: libs
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Pino Toscano <pino@debian.org>,
Build-Depends: catch2,
               cmake (>= 3.10~),
               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.7.3
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: ${misc:Depends},
         libboost-dev,
         libimmer-dev,
         libzug-dev,
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.