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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: spdlog
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <crusoe@debian.org>
Section: libdevel
Priority: optional
Build-Depends: debhelper-compat (= 13),
cmake,
ninja-build,
pkgconf,
libfmt-dev (>= 10),
pkg-kde-tools,
libsystemd-dev [linux-any] <!nocheck>,
catch2 (>= 3.0.0) <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/med-team/spdlog
Vcs-Git: https://salsa.debian.org/med-team/spdlog.git
Homepage: https://github.com/gabime/spdlog
Rules-Requires-Root: no
Package: libspdlog-dev
Architecture: any
Multi-Arch: same
Depends: libspdlog1.15 (= ${binary:Version}),
libfmt-dev (>= 10),
${misc:Depends}
Suggests: qtbase5-dev | qt6-base-dev,
libsystemd-dev [linux-any]
Description: Very fast, header only or compiled, C++ logging library
Features: Very fast - performance is the primary goal; Headers only; No
dependencies - just copy and use; call style using the excellent cppformat
library; ostream call style is supported too; Optional extremely fast
asynchronous mode - using lockfree queues and other tricks to reach millions
of calls/sec; Custom formatting; Multi/Single threaded loggers; Easily
extendable with custom log targets (just implement a single function in the
sink interface). Severity based filtering - threshold levels can be modified
in runtime as well as in compile time.
.
Various log targets:
Rotating log files, Daily log files, Console logging, Linux syslog.
Package: libspdlog1.15
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Breaks: libspdlog1 (<< 1:1.10.0+ds-0.3)
Provides: ${spdlog:Provides}
Replaces: libspdlog1 (<< 1:1.10.0+ds-0.3)
Description: Very fast C++ logging library
Features: Very fast - performance is the primary goal; Headers only; No
dependencies - just copy and use; call style using the excellent cppformat
library; ostream call style is supported too; Optional extremely fast
asynchronous mode - using lockfree queues and other tricks to reach millions
of calls/sec; Custom formatting; Multi/Single threaded loggers; Easily
extendable with custom log targets (just implement a single function in the
sink interface). Severity based filtering - threshold levels can be modified
in runtime as well as in compile time.
.
Various log targets:
Rotating log files, Daily log files, Console logging, Linux syslog.
.
This is the compiled version of the library.
|