blob: 415b5f07434a9aa2cd94cc1a135e5b7cd170f76b (
plain)
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: opentracing-c-wrapper
Priority: optional
Maintainer: Stephen Gelman <ssgelm@debian.org>
Build-Depends: debhelper-compat (= 13),
pkg-config,
libopentracing-dev,
Standards-Version: 4.5.1
Section: libs
Homepage: https://github.com/haproxytech/opentracing-c-wrapper/
Vcs-Browser: https://salsa.debian.org/ssgelm/opentracing-c-wrapper
Vcs-Git: https://salsa.debian.org/ssgelm/opentracing-c-wrapper.git
Rules-Requires-Root: no
Package: libopentracing-c-wrapper-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libopentracing-c-wrapper0 (= ${binary:Version}), ${misc:Depends},
libopentracing-dev,
Description: C wrapper for the C++ impl of the OpenTracing API dev libs
OpenTracing C Wrapper library was created due to the need to use distributed
tracing within C programs.
.
The OpenTracing project (https://opentracing.io/) has published a
C-language implementation on https://github.com/opentracing/opentracing-c
but that implementation is incomplete, with the last update on Jun
27th 2018
.
This library takes inspiration from the header files in that project but
implements the proposed functionality fully by wrapping the functional
C++ library.
.
This package contains the development headers for libopentracing-c-wrapper
Package: libopentracing-c-wrapper0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C wrapper for the C++ impl of the OpenTracing API
OpenTracing C Wrapper library was created due to the need to use distributed
tracing within C programs.
.
The OpenTracing project (https://opentracing.io/) has published a
C-language implementation on https://github.com/opentracing/opentracing-c
but that implementation is incomplete, with the last update on Jun
27th 2018
.
This library takes inspiration from the header files in that project but
implements the proposed functionality fully by wrapping the functional
C++ library.
|