Source: tre Section: libs Maintainer: Santiago Vila Uploaders: Milan Zamazal Standards-Version: 4.7.4 Build-Depends: debhelper-compat (= 13), gettext (>= 0.18.1.1-8), locales-all Homepage: https://github.com/laurikari/tre/ Vcs-Git: https://salsa.debian.org/sanvila/tre.git Vcs-Browser: https://salsa.debian.org/sanvila/tre Package: libtre5 Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Replaces: libtre4 Suggests: tre-agrep Multi-Arch: same Description: regexp matching library with approximate matching TRE is a lightweight, robust, and efficient POSIX compliant regexp matching library with some exciting features such as approximate matching. Package: libtre-dev Architecture: any Multi-Arch: same Section: libdevel Depends: libtre5 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: development package for the libtre5 regexp matching library This package contains the header files and static libraries required to develop programs based on the TRE library. TRE is a lightweight, robust, and efficient POSIX compliant regexp matching library with some exciting features such as approximate matching. Package: tre-agrep Architecture: any Section: text Depends: ${misc:Depends}, ${shlibs:Depends} Description: approximate grep utility based on the tre library This is an Approximate GREP utility based on the TRE regexp matching library