File: control

package info (click to toggle)
ruby-cabin 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 280 kB
  • sloc: ruby: 1,306; makefile: 12
file content (23 lines) | stat: -rw-r--r-- 836 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-cabin
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,
               rake,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-cabin.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-cabin
Homepage: https://github.com/jordansissel/ruby-cabin
Rules-Requires-Root: no

Package: ruby-cabin
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: experiments in structured and contextual logging
 This is an experiment to try and make logging more flexible and
 more consumable. This module creates log entries as structured
 data to make the data easier to search and parse.