File: control

package info (click to toggle)
rgxg 0.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,668 kB
  • sloc: sh: 4,349; ansic: 1,227; makefile: 46
file content (51 lines) | stat: -rw-r--r-- 1,965 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
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: rgxg
Priority: optional
Maintainer: Hannes von Haugwitz <hannes@vonhaugwitz.com>
Build-Depends: debhelper (>= 11)
Standards-Version: 4.3.0
Section: misc
Vcs-Git: https://salsa.debian.org/debian/rgxg.git
Vcs-Browser: https://salsa.debian.org/debian/rgxg
Homepage: https://rgxg.github.io

Package: rgxg
Section: utils
Architecture: any
Depends: librgxg0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: command-line tool to generate regular expressions
 rgxg (ReGular eXpression Generator) is a command-line tool to generate
 (extended) regular expressions.
 .
 It can be useful to generate (extended) regular expressions to match for
 instance a specific number range (e.g. 0 to 31 or 00 to FF) or all addresses
 of a CIDR block (e.g. 192.168.0.0/24 or 2001:db8:aaaa::/64).

Package: librgxg-dev
Section: libdevel
Architecture: any
Depends: librgxg0 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: development files and documentation for librgxg
 librgxg is a C library to generate (extended) regular expressions.
 .
 It can be useful to generate (extended) regular expressions to match for
 instance a specific number range (e.g. 0 to 31 or 00 to FF) or all addresses
 of a CIDR block (e.g. 192.168.0.0/24 or 2001:db8:aaaa::/64).
 .
 This package contains the development files (i.e. includes, static library,
 manual pages) that allow one to build software which uses librgxg.

Package: librgxg0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: C library to generate regular expressions
 librgxg is a C library to generate (extended) regular expressions.
 .
 It can be useful to generate (extended) regular expressions to match for
 instance a specific number range (e.g. 0 to 31 or 00 to FF) or all addresses
 of a CIDR block (e.g. 192.168.0.0/24 or 2001:db8:aaaa::/64).
 .
 This package contains the C runtime libraries.