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

Package: libimmer-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
 ${misc:Depends},
 libgc-dev,
Description: Postmodern immutable and persistent data structures for C++ — value semantics at scale
 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.