Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37726397
en ru br
Репозитории ALT
S:2.2-alt1
5.1: 0.13.5-alt1
4.1: 0.11.0-alt0.1
4.0: 0.11.0-alt0.1
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: re2c

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin