1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: plog
Section: libdevel
Priority: optional
Maintainer: Sébastien Noel <sebastien@twolife.be>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
cmake,
Standards-Version: 4.7.1
Homepage: https://github.com/SergiusTheBest/plog
Vcs-Browser: https://salsa.debian.org/debian/plog
Vcs-Git: https://salsa.debian.org/debian/plog.git
Package: libplog-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: C++ header-only logging library
Plog is a C++ logging library that is designed to be as simple,
small and flexible as possible. It is created as an alternative
to existing large libraries and provides some unique features as
CSV log format and wide string support.
|