Source: sgrep Standards-Version: 4.7.4 Maintainer: Debian Commons Uploaders: Uwe Steinmann , Section: text Build-Depends: debhelper-compat (= 13), m4, Vcs-Browser: https://salsa.debian.org/debian/sgrep Vcs-Git: https://salsa.debian.org/debian/sgrep.git Homepage: https://www.cs.helsinki.fi/u/jjaakkol/sgrep.html Package: sgrep Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, m4, Description: tool to search a file for structured pattern A tool for searching text files and filtering text streams for structured criteria. Sgrep implements a query language based on so called region expressions. . Like grep, sgrep can be used for any kind of text files. However it is most useful for text files containing some kind of structured text. A file containing structured text could be defined as a file, which obeys some syntax. Examples of structured text files are SGML, HTML, C, TeX and mail files.