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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: yder
Section: devel
Priority: optional
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
, Nicolas Mora <babelouest@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
, autopkgtest
, liborcania-dev (>= 2.2.2)
, libsystemd-dev [linux-any]
, cmake
, check
, doxygen
Standards-Version: 4.6.2
Homepage: https://github.com/babelouest/yder
Vcs-Browser: https://salsa.debian.org/debian-iot-team/oauth2/yder.git
Vcs-Git: https://salsa.debian.org/debian-iot-team/oauth2/yder.git
Rules-Requires-Root: no
Package: libyder2.0t64
Provides: ${t64:Provides}
Replaces: libyder2.0
Breaks: libyder2.0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: logging library written in C
Simple and easy to use logging library. You can log messages to the
console, a file or syslog.
.
Yder is mono-thread, which mean that you can use only one instance
of yder log at the same time in your program.
Package: libyder-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libyder2.0t64 (= ${binary:Version})
, ${misc:Depends}
, liborcania-dev (>= 2.2.2)
, libsystemd-dev [linux-any]
Description: logging library written in C - development
Simple and easy to use logging library. You can log messages to the
console, a file or syslog.
.
Yder is mono-thread, which mean that you can use only one instance
of yder log at the same time in your program.
.
This package contains the development files.
|