File: control

package info (click to toggle)
easyloggingpp 9.97.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,840 kB
  • sloc: cpp: 11,415; python: 2,336; sh: 337; makefile: 29
file content (25 lines) | stat: -rw-r--r-- 960 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
22
23
24
25
Source: easyloggingpp
Priority: optional
Maintainer: Stephen Kitt <skitt@debian.org>
Build-Depends: cmake,
               debhelper-compat (= 13),
               libgtest-dev
Standards-Version: 4.5.1
Section: libs
Homepage: https://ghdl.amrayn.com/easyloggingpp/
Vcs-Browser: https://salsa.debian.org/debian/easyloggingpp
Vcs-Git: https://salsa.debian.org/debian/easyloggingpp.git
Rules-Requires-Root: no

Package: libeasyloggingpp-dev
Section: libdevel
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: single-header logging library for C++ applications
 Easylogging++ is a light-weight, high performance logging library for
 software written in C++11 and higher. It is highly configurable and
 extensible, supports both severity- and verbosity-based logging,
 provides crash handling, STL logging, integration with syslog, log
 rotation, performance-specific logging for profiling, pointcut-style
 extensions of third-party code...