Source: re2c
Section: devel
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: JCF Ploemen (jcfp) <linux@jcf.pm>
Build-Depends:
 bison,
 debhelper-compat (= 12),
 python3-docutils
Standards-Version: 4.4.1
Homepage: https://re2c.org
Vcs-Git: https://salsa.debian.org/jcfp-guest/re2c.git
Vcs-Browser: https://salsa.debian.org/jcfp-guest/re2c

Package: re2c
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: tool for generating fast C-based recognizers
 re2c is a great tool for writing fast and flexible lexers. Unlike
 other such tools, re2c concentrates solely on generating efficient
 code for matching regular expressions. Not only does this singleness
 make re2c more suitable for a wider variety of applications, it
 allows one to generate scanners which approach hand-crafted ones in
 terms of size and speed.
