Source: opentracing-c-wrapper Priority: optional Maintainer: Stephen Gelman 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.