File: control

package info (click to toggle)
ruby-opentracing 0.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 160 kB
  • sloc: ruby: 158; makefile: 4; sh: 4
file content (27 lines) | stat: -rw-r--r-- 1,136 bytes parent folder | download
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
Source: ruby-opentracing
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Utkarsh Gupta <guptautkarsh2102@gmail.com>
Build-Depends: debhelper-compat (= 13), gem2deb
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-opentracing.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-opentracing
Homepage: https://github.com/opentracing/opentracing-ruby
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-opentracing
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby:any | ruby-interpreter,
         ${misc:Depends}
Description: OpenTracing API for Ruby
 This package is a Ruby platform API for OpenTracing.
 In order to understand the Ruby platform API, one must first be familiar with
 the OpenTracing project and terminology more specifically.
 .
 Everyday consumers of this opentracing gem really only need to worry about a
 couple of key abstractions: the start_active_span and start_span methods, the
 Span and ScopeManager interfaces, and binding a Tracer at runtime.