spdlog 1:1.15.3+ds-ok1 source package in openKylin

Changelog

spdlog (1:1.15.3+ds-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Sat, 09 May 2026 10:54:06 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luoyaoming
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
libdevel
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main libdevel

Downloads

File Size SHA-256 Checksum
spdlog_1.15.3+ds.orig.tar.xz 104.3 KiB f41541b61f6b3a78afeb2b355596a75fdb267e8caa2dba3906459fbde5e081dc
spdlog_1.15.3+ds-ok1.debian.tar.xz 4.5 KiB 64be95cd3ddb2a491e25cde332f041a6a7afaa6006fa7adaceb3b1ae818ce485
spdlog_1.15.3+ds-ok1.dsc 2.0 KiB 8e2caa7855977258d24429eefa1172602a0015c322ea59244de6b14d0013594b

View changes file

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