File: control

package info (click to toggle)
r-cran-spdl 0.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 88 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 940 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: r-cran-spdl
Section: gnu-r
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper-compat (= 12), r-base-dev (>= 4.3.1), dh-r, r-cran-rcppspdlog
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/edd/r-cran-spdl
Vcs-Git: https://salsa.debian.org/edd/r-cran-spdl.git
Homepage: https://cran.r-project.org/package=spdl

Package: r-cran-spdl
Architecture: all
Depends: ${misc:Depends}, ${R:Depends}, r-cran-rcppspdlog
Description: GNU R package to Wrap RcppSpdlog Functions
 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).