File: control

package info (click to toggle)
lumin 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 648 kB
  • sloc: makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,353 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
36
37
38
Source: lumin
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Stephen Kitt <skitt@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/lumin
Vcs-Git: https://salsa.debian.org/go-team/packages/lumin.git
Homepage: https://github.com/johnkerl/lumin
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/johnkerl/lumin

Package: lumin
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: pattern match highlighter
 lumin highlights matches to a specified pattern (string or regular
 expression) in files, using color. This is similar to grep with
 colorized output, but it outputs all lines in the given files, not
 only matching lines.

Package: golang-github-johnkerl-lumin-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: pattern match highlighter (library)
 lumin highlights matches to a specified pattern (string or regular
 expression) in files, using color. This is similar to grep with
 colorized output, but it outputs all lines in the given files, not
 only matching lines.
 .
 This package provides lumin as a Go library.