Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37710254
en ru br
ALT Linux repos
S:2.2-alt1
5.0: 0.11.0-alt0.1
4.1: 0.11.0-alt0.1
4.0: 0.11.0-alt0.1

Group :: Development/Other
RPM: re2c

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: re2c
Version: 2.1.1
Release: alt1

Summary: re2c - A tool for generating C-based recognizers from regular expressions

Group: Development/Other
License: Public Domain
Url: http://sourceforge.net/projects/re2c/

Packager: Vitaly Lipatov <lav at altlinux.ru>

# Source-url: https://github.com/skvadrik/re2c/archive/%version.tar.gz

Source: %name-%version.tar

BuildRequires(pre): rpm-macros-cmake
BuildRequires: gcc-c++ cmake

%description
re2c is a great tool for writing fast and flexible lexers. It has
served many people well for many years and it deserves to be
maintained more actively. re2c is on the order of 2-3 times faster
than a flex based scanner, and its input model is much more
flexible.

%prep
%setup

%build
%cmake_insource
%make_build

%install
%makeinstall_std

%files
%_bindir/re2c
%_bindir/re2go
%_man1dir/re2c.1*
%_man1dir/re2go.1*
%_datadir/%name/
%doc README.md
# re2c/examples

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin