File: control

package info (click to toggle)
grok 1.20110708.1-4.5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,532 kB
  • sloc: ansic: 3,469; ruby: 987; makefile: 276; sh: 124; yacc: 106
file content (79 lines) | stat: -rw-r--r-- 2,234 bytes parent folder | download | duplicates (3)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Source: grok
Section: misc
Priority: extra
Maintainer: Stig Sandbeck Mathisen <ssm@debian.org>
Build-Depends:
 bison,
 ctags,
 dctrl-tools,
 debhelper (>= 9),
 dpkg-dev (>= 1.16.1~),
 flex,
 gperf,
 help2man,
 libevent-dev,
 libpcre3-dev,
 libtokyocabinet-dev,
Standards-Version: 3.9.3
Homepage: http://code.google.com/p/semicomplete/wiki/Grok
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/grok.git
Vcs-Git: git://anonscm.debian.org/collab-maint/grok.git

Package: grok
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: powerful pattern-matching and reacting tool
 The grok program can parse log data and program output. You can match
 any number of complex patterns on any number of inputs (processes and
 files) and have custom reactions.
 .
 Grok is simple software that allows you to easily parse logs and
 other files. With grok, you can turn unstructured log and event data
 into structured data.

Package: libgrok1
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: shared libraries for grok
 The grok library provides the pattern matching features of grok in
 your own tools. There are currently C and Ruby APIs.
 .
 Grok is simple software that allows you to easily parse logs and
 other files. With grok, you can turn unstructured log and event data
 into structured data.

Package: libgrok-dev
Section: libdevel
Architecture: any
Depends:
 libgrok1 (= ${binary:Version}),
 libtokyocabinet-dev,
 ${misc:Depends},
 ${shlibs:Depends},
Provides: libgrok-dev
Conflicts: libgrok-dev
Description: development files for grok
 Development files for the grok pattern matcher
 .
 Grok is simple software that allows you to easily parse logs and
 other files. With grok, you can turn unstructured log and event data
 into structured data.

Package: grok-dbg
Section: debug
Architecture: any
Depends:
 ${misc:Depends},
 libgrok1 (= ${binary:Version}),
Description: debugging symbols for grok
 This package contains the detached debugging symbols for grok.
 .
 Grok is simple software that allows you to easily parse logs and
 other files. With grok, you can turn unstructured log and event data
 into structured data.