This is the Debian GNU/Linux r-cran-spdl.  The spdl package wraps
functions from the RcppSpdlog package which itself exposed spdlog and
fmt.  The spdl package was written by Dirk Eddelbuettel.

This package was created by Dirk Eddelbuettel <edd@debian.org>.
The sources were downloaded from the main CRAN site
	https://cran.r-project.org/src/contrib/
and are also available from all CRAN mirrors as e.g.
	https://cran.us.r-project.org/src/contrib/

The package was renamed from its upstream name 'spdl' to 'r-cran-spdl'
to fit the pattern of CRAN (and non-CRAN) packages for R.

Files: *
Copyright: 2022 Dirk Eddelbuettel <edd@debian.org>
License: GPL-2+

On a Debian GNU/Linux system, the GPL license (version 2) is included
in the file /usr/share/common-licenses/GPL-2.

For reference, the upstream DESCRIPTION file is included below:

  Package: spdl
  Type: Package
  Title: Wrapper for 'RcppSpdlog' Functions
  Description: Logging functions in 'RcppSpdlog' provide access to the logging
   functionality from the 'spdlog' 'C++' library. This package offers shorter convenience
   wrappers for the 'R' functions which match the 'C++' functions, namely via, say,
   'spdl::debug()' at the debug level. The actual formatting is done by the
   'fmt::format()' function from the 'fmtlib' library (that is also 'std::format()'
   in 'C++20' or later).
  Version: 0.0.1
  Date: 2022-11-21
  Authors@R: person("Dirk", "Eddelbuettel", role = c("aut","cre"), email = "edd@debian.org")
  License: GPL (>= 2)
  Imports: RcppSpdlog (>= 0.0.10)
  RoxygenNote: 6.0.1
  NeedsCompilation: no
  Packaged: 2022-11-21 13:13:49 UTC; edd
  Author: Dirk Eddelbuettel [aut, cre]
  Maintainer: Dirk Eddelbuettel <edd@debian.org>
  Repository: CRAN
  Date/Publication: 2022-11-22 08:40:02 UTC
