File: control

package info (click to toggle)
ruby-mtrc 0.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 88 kB
  • sloc: ruby: 104; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 863 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
Source: ruby-mtrc
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hp.com>
Build-Depends: debhelper-compat (= 13),
               gem2deb
Standards-Version: 3.9.7
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-mtrc.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-mtrc
Homepage: https://github.com/aphyr/mtrc
XS-Ruby-Versions: all

Package: ruby-mtrc
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby:any | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: library to accumulate metrics and extract basic statistics
 MTRC is a small library to accumulate metrics and extract basic
 statistics from them. This library can generate min, max, median and
 percentile statistics for custom metrics in Ruby code.