Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

re2c-3.1-1.mga10 RPM for aarch64

From Mageia Cauldron for aarch64 / media / core / release

Name: re2c Distribution: Mageia
Version: 3.1 Vendor: Mageia.Org
Release: 1.mga10 Build date: Fri Sep 1 18:47:27 2023
Group: Development/Other Build host: localhost
Size: 3407289 Source RPM: re2c-3.1-1.mga10.src.rpm
Packager: daviddavid <daviddavid>
Url: https://re2c.org/
Summary: A tool for generating C-based recognizers from regular expressions
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.

Provides

Requires

License

Public Domain

Changelog

* Fri Sep 01 2023 daviddavid <daviddavid> 3.1-1.mga10
  + Revision: 1983294
  - new version: 3.1
* Sat Nov 12 2022 daviddavid <daviddavid> 3.0-1.mga9
  + Revision: 1905953
  - new version: 3.0
* Thu Mar 17 2022 umeabot <umeabot> 2.1.1-2.mga9
  + Revision: 1797142
  - Mageia 9 Mass Rebuild

Files

/usr/bin/re2c
/usr/bin/re2go
/usr/bin/re2rust
/usr/lib/.build-id
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/5fb01ae5d2faf10c511f97efd9b9efba5cf80f
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/490b4346d4efe5cc18c272c5b42a2641dc31cd
/usr/lib/.build-id/64
/usr/lib/.build-id/64/5e21ce0e16e62d32e25d30b94abdb98a3ba95f
/usr/share/doc/re2c
/usr/share/doc/re2c/CHANGELOG
/usr/share/doc/re2c/README.md
/usr/share/doc/re2c/examples
/usr/share/doc/re2c/examples/c
/usr/share/doc/re2c/examples/c/01_basic.c
/usr/share/doc/re2c/examples/c/01_basic.re
/usr/share/doc/re2c/examples/c/__run_all.sh
/usr/share/doc/re2c/examples/c/conditions
/usr/share/doc/re2c/examples/c/conditions/parse_u32_blocks.c
/usr/share/doc/re2c/examples/c/conditions/parse_u32_blocks.re
/usr/share/doc/re2c/examples/c/conditions/parse_u32_conditions.c
/usr/share/doc/re2c/examples/c/conditions/parse_u32_conditions.re
/usr/share/doc/re2c/examples/c/encodings
/usr/share/doc/re2c/examples/c/encodings/unicode_identifier.c
/usr/share/doc/re2c/examples/c/encodings/unicode_identifier.re
/usr/share/doc/re2c/examples/c/eof
/usr/share/doc/re2c/examples/c/eof/01_sentinel.c
/usr/share/doc/re2c/examples/c/eof/01_sentinel.re
/usr/share/doc/re2c/examples/c/eof/02_bounds_checking.c
/usr/share/doc/re2c/examples/c/eof/02_bounds_checking.re
/usr/share/doc/re2c/examples/c/eof/03_eof_rule.c
/usr/share/doc/re2c/examples/c/eof/03_eof_rule.re
/usr/share/doc/re2c/examples/c/eof/04_generic_api_sentinel.c
/usr/share/doc/re2c/examples/c/eof/04_generic_api_sentinel.re
/usr/share/doc/re2c/examples/c/eof/05_generic_api_eof_rule.c
/usr/share/doc/re2c/examples/c/eof/05_generic_api_eof_rule.re
/usr/share/doc/re2c/examples/c/fill
/usr/share/doc/re2c/examples/c/fill/01_fill.c
/usr/share/doc/re2c/examples/c/fill/01_fill.re
/usr/share/doc/re2c/examples/c/fill/02_fill.c
/usr/share/doc/re2c/examples/c/fill/02_fill.re
/usr/share/doc/re2c/examples/c/generic_api
/usr/share/doc/re2c/examples/c/generic_api/ifstream.c
/usr/share/doc/re2c/examples/c/generic_api/ifstream.re
/usr/share/doc/re2c/examples/c/headers
/usr/share/doc/re2c/examples/c/headers/header.c
/usr/share/doc/re2c/examples/c/headers/header.re
/usr/share/doc/re2c/examples/c/headers/lexer
/usr/share/doc/re2c/examples/c/headers/lexer/state.h
/usr/share/doc/re2c/examples/c/includes
/usr/share/doc/re2c/examples/c/includes/definitions.h
/usr/share/doc/re2c/examples/c/includes/extra_rules.re.inc
/usr/share/doc/re2c/examples/c/includes/include.c
/usr/share/doc/re2c/examples/c/includes/include.re
/usr/share/doc/re2c/examples/c/real_world
/usr/share/doc/re2c/examples/c/real_world/cxx98.c
/usr/share/doc/re2c/examples/c/real_world/cxx98.re
/usr/share/doc/re2c/examples/c/reuse
/usr/share/doc/re2c/examples/c/reuse/braille.c
/usr/share/doc/re2c/examples/c/reuse/braille.re
/usr/share/doc/re2c/examples/c/reuse/braille.ucs2.txt
/usr/share/doc/re2c/examples/c/reuse/braille.utf16.txt
/usr/share/doc/re2c/examples/c/reuse/braille.utf32.txt
/usr/share/doc/re2c/examples/c/reuse/braille.utf8.txt
/usr/share/doc/re2c/examples/c/reuse/reuse.c
/usr/share/doc/re2c/examples/c/reuse/reuse.re
/usr/share/doc/re2c/examples/c/reuse/usedir.c
/usr/share/doc/re2c/examples/c/reuse/usedir.re
/usr/share/doc/re2c/examples/c/state
/usr/share/doc/re2c/examples/c/state/push.c
/usr/share/doc/re2c/examples/c/state/push.re
/usr/share/doc/re2c/examples/c/submatch
/usr/share/doc/re2c/examples/c/submatch/01_stags.c
/usr/share/doc/re2c/examples/c/submatch/01_stags.re
/usr/share/doc/re2c/examples/c/submatch/01_stags_fill.c
/usr/share/doc/re2c/examples/c/submatch/01_stags_fill.re
/usr/share/doc/re2c/examples/c/submatch/02_mtags.c
/usr/share/doc/re2c/examples/c/submatch/02_mtags.re
/usr/share/doc/re2c/examples/c/submatch/03_posix.c
/usr/share/doc/re2c/examples/c/submatch/03_posix.re
/usr/share/doc/re2c/examples/c/submatch/http_rfc7230.c
/usr/share/doc/re2c/examples/c/submatch/http_rfc7230.re
/usr/share/doc/re2c/examples/c/submatch/parse_etc_passwd.c
/usr/share/doc/re2c/examples/c/submatch/parse_etc_passwd.re
/usr/share/doc/re2c/examples/c/submatch/parse_options.c
/usr/share/doc/re2c/examples/c/submatch/parse_options.re
/usr/share/doc/re2c/examples/c/submatch/parse_records.c
/usr/share/doc/re2c/examples/c/submatch/parse_records.re
/usr/share/doc/re2c/examples/c/submatch/uri_rfc3986.c
/usr/share/doc/re2c/examples/c/submatch/uri_rfc3986.re
/usr/share/doc/re2c/examples/go
/usr/share/doc/re2c/examples/go/01_basic.go
/usr/share/doc/re2c/examples/go/01_basic.re
/usr/share/doc/re2c/examples/go/__run_all.sh
/usr/share/doc/re2c/examples/go/conditions
/usr/share/doc/re2c/examples/go/conditions/parse_u32_blocks.go
/usr/share/doc/re2c/examples/go/conditions/parse_u32_blocks.re
/usr/share/doc/re2c/examples/go/conditions/parse_u32_conditions.go
/usr/share/doc/re2c/examples/go/conditions/parse_u32_conditions.re
/usr/share/doc/re2c/examples/go/encodings
/usr/share/doc/re2c/examples/go/encodings/unicode_identifier.go
/usr/share/doc/re2c/examples/go/encodings/unicode_identifier.re
/usr/share/doc/re2c/examples/go/eof
/usr/share/doc/re2c/examples/go/eof/01_sentinel.go
/usr/share/doc/re2c/examples/go/eof/01_sentinel.re
/usr/share/doc/re2c/examples/go/eof/02_bounds_checking.go
/usr/share/doc/re2c/examples/go/eof/02_bounds_checking.re
/usr/share/doc/re2c/examples/go/eof/03_eof_rule.go
/usr/share/doc/re2c/examples/go/eof/03_eof_rule.re
/usr/share/doc/re2c/examples/go/eof/04_generic_api_sentinel.go
/usr/share/doc/re2c/examples/go/eof/04_generic_api_sentinel.re
/usr/share/doc/re2c/examples/go/eof/05_generic_api_eof_rule.go
/usr/share/doc/re2c/examples/go/eof/05_generic_api_eof_rule.re
/usr/share/doc/re2c/examples/go/fill
/usr/share/doc/re2c/examples/go/fill/01_fill.go
/usr/share/doc/re2c/examples/go/fill/01_fill.re
/usr/share/doc/re2c/examples/go/fill/02_fill.go
/usr/share/doc/re2c/examples/go/fill/02_fill.re
/usr/share/doc/re2c/examples/go/headers
/usr/share/doc/re2c/examples/go/headers/header.go
/usr/share/doc/re2c/examples/go/headers/header.re
/usr/share/doc/re2c/examples/go/headers/lexer
/usr/share/doc/re2c/examples/go/headers/lexer/state.go
/usr/share/doc/re2c/examples/go/includes
/usr/share/doc/re2c/examples/go/includes/definitions.go
/usr/share/doc/re2c/examples/go/includes/extra_rules.re.inc
/usr/share/doc/re2c/examples/go/includes/include.go
/usr/share/doc/re2c/examples/go/includes/include.re
/usr/share/doc/re2c/examples/go/reuse
/usr/share/doc/re2c/examples/go/reuse/reuse.go
/usr/share/doc/re2c/examples/go/reuse/reuse.re
/usr/share/doc/re2c/examples/go/reuse/usedir.go
/usr/share/doc/re2c/examples/go/reuse/usedir.re
/usr/share/doc/re2c/examples/go/state
/usr/share/doc/re2c/examples/go/state/push.go
/usr/share/doc/re2c/examples/go/state/push.re
/usr/share/doc/re2c/examples/go/submatch
/usr/share/doc/re2c/examples/go/submatch/01_stags.go
/usr/share/doc/re2c/examples/go/submatch/01_stags.re
/usr/share/doc/re2c/examples/go/submatch/01_stags_fill.go
/usr/share/doc/re2c/examples/go/submatch/01_stags_fill.re
/usr/share/doc/re2c/examples/go/submatch/02_mtags.go
/usr/share/doc/re2c/examples/go/submatch/02_mtags.re
/usr/share/doc/re2c/examples/go/submatch/03_posix.go
/usr/share/doc/re2c/examples/go/submatch/03_posix.re
/usr/share/doc/re2c/examples/rust
/usr/share/doc/re2c/examples/rust/01_basic.re
/usr/share/doc/re2c/examples/rust/01_basic.rs
/usr/share/doc/re2c/examples/rust/__run_all.sh
/usr/share/doc/re2c/examples/rust/conditions
/usr/share/doc/re2c/examples/rust/conditions/parse_u32_blocks.re
/usr/share/doc/re2c/examples/rust/conditions/parse_u32_blocks.rs
/usr/share/doc/re2c/examples/rust/conditions/parse_u32_conditions.re
/usr/share/doc/re2c/examples/rust/conditions/parse_u32_conditions.rs
/usr/share/doc/re2c/examples/rust/encodings
/usr/share/doc/re2c/examples/rust/encodings/unicode_identifier.re
/usr/share/doc/re2c/examples/rust/encodings/unicode_identifier.rs
/usr/share/doc/re2c/examples/rust/eof
/usr/share/doc/re2c/examples/rust/eof/01_sentinel.re
/usr/share/doc/re2c/examples/rust/eof/01_sentinel.rs
/usr/share/doc/re2c/examples/rust/eof/02_bounds_checking.re
/usr/share/doc/re2c/examples/rust/eof/02_bounds_checking.rs
/usr/share/doc/re2c/examples/rust/eof/03_eof_rule.re
/usr/share/doc/re2c/examples/rust/eof/03_eof_rule.rs
/usr/share/doc/re2c/examples/rust/eof/04_generic_api_sentinel.re
/usr/share/doc/re2c/examples/rust/eof/04_generic_api_sentinel.rs
/usr/share/doc/re2c/examples/rust/eof/05_generic_api_eof_rule.re
/usr/share/doc/re2c/examples/rust/eof/05_generic_api_eof_rule.rs
/usr/share/doc/re2c/examples/rust/fill
/usr/share/doc/re2c/examples/rust/fill/01_fill.re
/usr/share/doc/re2c/examples/rust/fill/01_fill.rs
/usr/share/doc/re2c/examples/rust/fill/02_fill.re
/usr/share/doc/re2c/examples/rust/fill/02_fill.rs
/usr/share/doc/re2c/examples/rust/headers
/usr/share/doc/re2c/examples/rust/headers/header.re
/usr/share/doc/re2c/examples/rust/headers/header.rs
/usr/share/doc/re2c/examples/rust/headers/lexer
/usr/share/doc/re2c/examples/rust/headers/lexer/mod.rs
/usr/share/doc/re2c/examples/rust/headers/lexer/state.rs
/usr/share/doc/re2c/examples/rust/includes
/usr/share/doc/re2c/examples/rust/includes/definitions.rs
/usr/share/doc/re2c/examples/rust/includes/extra_rules.re.inc
/usr/share/doc/re2c/examples/rust/includes/include.re
/usr/share/doc/re2c/examples/rust/includes/include.rs
/usr/share/doc/re2c/examples/rust/real_world
/usr/share/doc/re2c/examples/rust/real_world/c.re
/usr/share/doc/re2c/examples/rust/real_world/c.rs
/usr/share/doc/re2c/examples/rust/reuse
/usr/share/doc/re2c/examples/rust/reuse/reuse.re
/usr/share/doc/re2c/examples/rust/reuse/reuse.rs
/usr/share/doc/re2c/examples/rust/reuse/usedir.re
/usr/share/doc/re2c/examples/rust/reuse/usedir.rs
/usr/share/doc/re2c/examples/rust/state
/usr/share/doc/re2c/examples/rust/state/push.re
/usr/share/doc/re2c/examples/rust/state/push.rs
/usr/share/doc/re2c/examples/rust/submatch
/usr/share/doc/re2c/examples/rust/submatch/01_stags.re
/usr/share/doc/re2c/examples/rust/submatch/01_stags.rs
/usr/share/doc/re2c/examples/rust/submatch/01_stags_fill.re
/usr/share/doc/re2c/examples/rust/submatch/01_stags_fill.rs
/usr/share/doc/re2c/examples/rust/submatch/02_mtags.re
/usr/share/doc/re2c/examples/rust/submatch/02_mtags.rs
/usr/share/doc/re2c/examples/rust/submatch/03_posix.re
/usr/share/doc/re2c/examples/rust/submatch/03_posix.rs
/usr/share/licenses/re2c
/usr/share/licenses/re2c/LICENSE
/usr/share/man/man1/re2c.1.xz
/usr/share/man/man1/re2go.1.xz
/usr/share/man/man1/re2rust.1.xz
/usr/share/re2c
/usr/share/re2c/stdlib
/usr/share/re2c/stdlib/unicode_categories.re


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 05:23:32 2024