Package: RcppSpdlog
Type: Package
Title: 'spdlog' C++ Header Library for Logging
Version: 0.0.2
Date: 2020-09-17
Authors@R: c(
 person("Dirk", "Eddelbuettel", role = c("aut", "cre", "cph"), email = "edd@debian.org"),
 person("Gabi", "Melman", role = c("aut", "cph"), comment = "Author of included 'spdlog'"),
 person("Victor", "Zverovic", role = c("ctb", "cph"), comment = "Author of included 'fmt' library"))
Description: The mature and widely-used C++ logging library 'spdlog' provides many desirable
 features. This package bundles these header files for easy use by R packages via a simple
 'LinkingTo:' inclusion.
License: GPL (>= 2)
LinkingTo: Rcpp
Imports: Rcpp
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2020-09-17 13:54:25.712824 UTC; edd
Author: Dirk Eddelbuettel [aut, cre, cph],
  Gabi Melman [aut, cph] (Author of included 'spdlog'),
  Victor Zverovic [ctb, cph] (Author of included 'fmt' library)
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Repository: CRAN
Date/Publication: 2020-09-20 16:50:03 UTC
