File: control

package info (click to toggle)
ruby-metriks 0.9.9.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 276 kB
  • sloc: ruby: 1,877; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,299 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
28
29
30
31
32
33
34
35
Source: ruby-metriks
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hp.com>
Build-Depends: gem2deb,
               ruby-atomic,
               ruby-avl-tree (>= 1.2~),
               ruby-hitimes,
               ruby-mocha,
               ruby-riemann-client,
               ruby-test-unit,
               debhelper-compat (= 12)
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-metriks.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-metriks
Homepage: https://github.com/eric/metriks
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-metriks
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-atomic,
         ruby-avl-tree (>= 1.2~),
         ruby-hitimes,
         ${misc:Depends},
         ${shlibs:Depends}
Description: experimental threadsafe, low-impact measurement library for Ruby
 This is an experiment in making a threadsafe, low impact library
 to measure aspects of your Ruby. It provides an API for creating and
 using counters, gauges, meters, timers and utilisation timers as well
 as methods for reporting metrics to a log file or some other metric
 aggregation tool.