File: control

package info (click to toggle)
immer 0.9.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,812 kB
  • sloc: cpp: 39,727; python: 534; makefile: 227; lisp: 175; sh: 114; javascript: 64
file content (29 lines) | stat: -rw-r--r-- 1,054 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
Source: immer
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Pino Toscano <pino@debian.org>,
Build-Depends: catch2,
               cmake (>= 3.14~),
               debhelper-compat (= 13),
               libboost-dev (>= 1.56~),
               libfmt-dev <!nocheck>,
               libgc-dev,
               pkgconf,
Standards-Version: 4.7.2
Homepage: https://github.com/arximboldi/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
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
         libgc-dev,
Description: persistent and immutable data structures -- development files
 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.
 .
 This package contains the development files.