# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "tl" in publications use:' type: software license: GPL-2.0-or-later title: 'tl: Tiny logging interface to ''rspdlite'' wrapping ''spdlite'' C++20 logging' version: 0.0.1 doi: 10.32614/CRAN.package.tl abstract: Just how 'spdl' provides a nice and consistent interface to 'spdlog' (via 'RcppSpdlog'), this package does so for 'spdlite', the lightweight header-only C++-20 logging library, a lighter version of 'spdlog' and also written by Gabi Melman, providing most of the features of the larger version, and also including 'fmt' as fallback if 'std::format' is not selected. This package is essentially a thin shim around it for a more compact interface from both R and C++. authors: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org repository: https://eddelbuettel.r-universe.dev repository-code: https://github.com/eddelbuettel/tl commit: db5e8530013bc7226996e4cb4d3a379ef741d302 url: https://github.com/eddelbuettel/tl date-released: '2026-05-31' contact: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org