spdlog 1:1.5.0+ds-1 source package in Ubuntu

Changelog

spdlog (1:1.5.0+ds-1) unstable; urgency=medium

  * Mark libspdlog1 as Multi-Arch: same
  * Repack source to remove newer libfmt (Closes: #952543)

 -- Michael R. Crusoe <email address hidden>  Tue, 25 Feb 2020 19:22:37 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
spdlog_1.5.0+ds-1.dsc 2.1 KiB f9de691f01e2d7586655900e3af492aad8902d3a9ca0f9242d9f4a5ee1bb8b8a
spdlog_1.5.0+ds.orig.tar.xz 144.4 KiB b7aab59d0978bad5c140f881ca7882d7c11edf1f463a0b0c8d002d6187f36244
spdlog_1.5.0+ds-1.debian.tar.xz 13.1 KiB f4af5af5a9f818a31c52299ffa46566ce9fb40520c94dd68b8ec2671d9064684

Available diffs

No changes file available.

Binary packages built by this source

libspdlog-dev: 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.

libspdlog1: 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.

libspdlog1-dbgsym: debug symbols for libspdlog1