File: control

package info (click to toggle)
txt2regex 0.8-5
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 264 kB
  • ctags: 65
  • sloc: sh: 1,569; makefile: 119
file content (17 lines) | stat: -rw-r--r-- 724 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: txt2regex
Section: utils
Priority: optional
Maintainer: Rene Engelhard <rene@debian.org>
Build-Depends: debhelper (>> 9), gettext, dpatch
Standards-Version: 3.6.1
Homepage: https://github.com/aureliojargas/txt2regex

Package: txt2regex
Architecture: all
Depends: bash (>> 2.04), ${misc:Depends}
Description: A Regular Expression "wizard", all written with bash2 builtins
 ^txt2regex$ is a Regular Expression "wizard", all written with bash2
 builtins, that converts human sentences to RegExs. With a simple
 interface, you just answer to questions and build your own RegEx for a
 large variety of programs, like awk, emacs, grep, perl, php, procmail,
 python, sed and vim. There are more than 20 supported programs.