Information for RPM re2c-3.1-1.oc9.aarch64.rpm

ID177348
Namere2c
Version3.1
Release1.oc9
Epoch
Archaarch64
SummaryTool for generating C, C++, and go recognizers from regular expressions
Descriptionre2c is a free and open-source lexer generator for C/C++, Go and Rust with a focus on generating fast code. It compiles regular expression specifications to deterministic finite automata and encodes them in the form of conditional jumps in the target language. This approach is generally faster than table-based lexers, and the generated code is easier to debug and understand.
Build Time2024-03-25 19:08:57 GMT
Size551.70 KB
3cd2ea0b7ac3723e983d0dee584aa963
LicensePublic Domain
Buildrootdist-oc9-build-71906-47606
Provides
re2c = 3.1-1.oc9
re2c(aarch-64) = 3.1-1.oc9
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
ld-linux-aarch64.so.1()(64bit)
ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.17)(64bit)
libc.so.6(GLIBC_2.34)(64bit)
libgcc_s.so.1()(64bit)
libgcc_s.so.1(GCC_3.0)(64bit)
libgcc_s.so.1(GCC_3.3.1)(64bit)
libstdc++.so.6()(64bit)
libstdc++.so.6(CXXABI_1.3)(64bit)
libstdc++.so.6(CXXABI_1.3.8)(64bit)
libstdc++.so.6(GLIBCXX_3.4)(64bit)
libstdc++.so.6(GLIBCXX_3.4.11)(64bit)
libstdc++.so.6(GLIBCXX_3.4.21)(64bit)
libstdc++.so.6(GLIBCXX_3.4.26)(64bit)
libstdc++.so.6(GLIBCXX_3.4.29)(64bit)
libstdc++.so.6(GLIBCXX_3.4.30)(64bit)
libstdc++.so.6(GLIBCXX_3.4.9)(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
rtld(GNU_HASH)
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 278 >>>
Name ascending sort Size
/usr/bin/re2c652.19 KB
/usr/bin/re2go652.18 KB
/usr/bin/re2rust652.19 KB
/usr/lib/.build-id0.00 B
/usr/lib/.build-id/2a0.00 B
/usr/lib/.build-id/2a/db3affdf0ee0389cd24d3482f3dcaf15a3f44624.00 B
/usr/lib/.build-id/520.00 B
/usr/lib/.build-id/52/21032ee91407a78438d4598ee80ddcf589385525.00 B
/usr/lib/.build-id/870.00 B
/usr/lib/.build-id/87/04f40cbeeb0c09e7c7928d74ec7eeeb5f09b1a27.00 B
/usr/share/doc/re2c0.00 B
/usr/share/doc/re2c/CHANGELOG54.25 KB
/usr/share/doc/re2c/README.md2.01 KB
/usr/share/doc/re2c/examples0.00 B
/usr/share/doc/re2c/examples/c0.00 B
/usr/share/doc/re2c/examples/c/01_basic.c470.00 B
/usr/share/doc/re2c/examples/c/01_basic.re361.00 B
/usr/share/doc/re2c/examples/c/__run_all.sh1.02 KB
/usr/share/doc/re2c/examples/c/conditions0.00 B
/usr/share/doc/re2c/examples/c/conditions/parse_u32_blocks.c3.35 KB
/usr/share/doc/re2c/examples/c/conditions/parse_u32_blocks.re1.63 KB
/usr/share/doc/re2c/examples/c/conditions/parse_u32_conditions.c3.83 KB
/usr/share/doc/re2c/examples/c/conditions/parse_u32_conditions.re1.57 KB
/usr/share/doc/re2c/examples/c/encodings0.00 B
/usr/share/doc/re2c/examples/c/encodings/unicode_identifier.c72.65 KB
/usr/share/doc/re2c/examples/c/encodings/unicode_identifier.re718.00 B
/usr/share/doc/re2c/examples/c/eof0.00 B
/usr/share/doc/re2c/examples/c/eof/01_sentinel.c1.67 KB
/usr/share/doc/re2c/examples/c/eof/01_sentinel.re509.00 B
/usr/share/doc/re2c/examples/c/eof/02_bounds_checking.c2.01 KB
/usr/share/doc/re2c/examples/c/eof/02_bounds_checking.re1.13 KB
/usr/share/doc/re2c/examples/c/eof/03_eof_rule.c1.55 KB
/usr/share/doc/re2c/examples/c/eof/03_eof_rule.re699.00 B
/usr/share/doc/re2c/examples/c/eof/04_generic_api_sentinel.c2.09 KB
/usr/share/doc/re2c/examples/c/eof/04_generic_api_sentinel.re943.00 B
/usr/share/doc/re2c/examples/c/eof/05_generic_api_eof_rule.c1.86 KB
/usr/share/doc/re2c/examples/c/eof/05_generic_api_eof_rule.re1.14 KB
/usr/share/doc/re2c/examples/c/fill0.00 B
/usr/share/doc/re2c/examples/c/fill/01_fill.c3.26 KB
/usr/share/doc/re2c/examples/c/fill/01_fill.re2.24 KB
/usr/share/doc/re2c/examples/c/fill/02_fill.c3.24 KB
/usr/share/doc/re2c/examples/c/fill/02_fill.re2.52 KB
/usr/share/doc/re2c/examples/c/generic_api0.00 B
/usr/share/doc/re2c/examples/c/generic_api/ifstream.c1.28 KB
/usr/share/doc/re2c/examples/c/generic_api/ifstream.re1.08 KB
/usr/share/doc/re2c/examples/c/headers0.00 B
/usr/share/doc/re2c/examples/c/headers/header.c862.00 B
/usr/share/doc/re2c/examples/c/headers/header.re765.00 B
/usr/share/doc/re2c/examples/c/headers/lexer0.00 B
/usr/share/doc/re2c/examples/c/headers/lexer/state.h113.00 B
Component of No Buildroots