blob: b7eda6b483ae4c50812f7624f2fb5feb338ef1c2 (
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
|
Source: opentracing-cpp
Priority: optional
Maintainer: Stephen Gelman <ssgelm@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake,
Standards-Version: 4.6.1.0
Section: libs
Homepage: https://github.com/opentracing/opentracing-cpp/
Vcs-Browser: https://salsa.debian.org/ssgelm/opentracing-cpp
Vcs-Git: https://salsa.debian.org/ssgelm/opentracing-cpp.git
Rules-Requires-Root: no
Package: libopentracing-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libopentracing1 (= ${binary:Version}), ${misc:Depends}
Description: OpenTracing API for C++ Dev Libraries
C++ implementation of the OpenTracing API see http://opentracing.io
for additional information. Library is in libopentracing1
Package: libopentracing1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: OpenTracing API for C++
C++ implementation of the OpenTracing API see http://opentracing.io
for additional information
|