Sun, 06 Oct 2024 14:41:27 UTC | login

Information for RPM re2c-2.1.1-4.fc37.riscv64.rpm

ID870585
Namere2c
Version2.1.1
Release4.fc37
Epoch
Archriscv64
SummaryTool for generating C, C++, and go recognizers from regular expressions
Descriptionre2c is a tool for writing very fast and very flexible scanners. Unlike any other such tool, re2c focuses on generating high efficient code for regular expression matching. As a result this allows a much broader range of use than any traditional lexer offers. And Last but not least re2c generates warning free code that is equal to hand-written code in terms of size, speed and quality.
Build Time2022-11-06 09:06:55 GMT
Size474.01 KB
61f8f664297fcf27523437947e08695b
LicensePublic Domain
Buildrootf37-build-666194-74294
Provides
re2c = 2.1.1-4.fc37
re2c(riscv-64) = 2.1.1-4.fc37
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
ld-linux-riscv64-lp64d.so.1()(64bit)
ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.27)(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)
libgcc_s.so.1(GCC_3.4)(64bit)
libstdc++.so.6()(64bit)
libstdc++.so.6(CXXABI_1.3)(64bit)
libstdc++.so.6(GLIBCXX_3.4)(64bit)
libstdc++.so.6(GLIBCXX_3.4.11)(64bit)
libstdc++.so.6(GLIBCXX_3.4.20)(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(PayloadIsZstd) <= 5.4.18-1
rtld(GNU_HASH)
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 203 >>>
Name ascending sort Size
/usr/bin/re2c469.09 KB
/usr/bin/re2go469.09 KB
/usr/lib/.build-id0.00 B
/usr/lib/.build-id/4a0.00 B
/usr/lib/.build-id/4a/c1c8c71d4c920a78a2de9b58f06a5686a524ee25.00 B
/usr/lib/.build-id/d10.00 B
/usr/lib/.build-id/d1/3d250f4adcb7842a494d6fd9a5cd16e1c3418d24.00 B
/usr/share/doc/re2c0.00 B
/usr/share/doc/re2c/CHANGELOG44.00 KB
/usr/share/doc/re2c/README.md2.05 KB
/usr/share/doc/re2c/examples0.00 B
/usr/share/doc/re2c/examples/c0.00 B
/usr/share/doc/re2c/examples/c/01_basic.c804.00 B
/usr/share/doc/re2c/examples/c/01_basic.re905.00 B
/usr/share/doc/re2c/examples/c/__run_all.sh996.00 B
/usr/share/doc/re2c/examples/c/conditions0.00 B
/usr/share/doc/re2c/examples/c/conditions/parse_u32_blocks.c3.05 KB
/usr/share/doc/re2c/examples/c/conditions/parse_u32_blocks.re1.55 KB
/usr/share/doc/re2c/examples/c/conditions/parse_u32_conditions.c3.52 KB
/usr/share/doc/re2c/examples/c/conditions/parse_u32_conditions.re1.49 KB
/usr/share/doc/re2c/examples/c/encodings0.00 B
/usr/share/doc/re2c/examples/c/encodings/unicode_identifier.c61.44 KB
/usr/share/doc/re2c/examples/c/encodings/unicode_identifier.re671.00 B
/usr/share/doc/re2c/examples/c/eof0.00 B
/usr/share/doc/re2c/examples/c/eof/01_sentinel.c1.60 KB
/usr/share/doc/re2c/examples/c/eof/01_sentinel.re472.00 B
/usr/share/doc/re2c/examples/c/eof/02_bounds_checking.c1.90 KB
/usr/share/doc/re2c/examples/c/eof/02_bounds_checking.re1.09 KB
/usr/share/doc/re2c/examples/c/eof/03_eof_rule.c1.53 KB
/usr/share/doc/re2c/examples/c/eof/03_eof_rule.re707.00 B
/usr/share/doc/re2c/examples/c/eof/04_generic_api_sentinel.c2.12 KB
/usr/share/doc/re2c/examples/c/eof/04_generic_api_sentinel.re1.03 KB
/usr/share/doc/re2c/examples/c/eof/05_generic_api_eof_rule.c1.94 KB
/usr/share/doc/re2c/examples/c/eof/05_generic_api_eof_rule.re1.24 KB
/usr/share/doc/re2c/examples/c/fill0.00 B
/usr/share/doc/re2c/examples/c/fill/01_fill.c2.81 KB
/usr/share/doc/re2c/examples/c/fill/01_fill.re1.79 KB
/usr/share/doc/re2c/examples/c/fill/02_fill.c2.59 KB
/usr/share/doc/re2c/examples/c/fill/02_fill.re1.94 KB
/usr/share/doc/re2c/examples/c/generic_api0.00 B
/usr/share/doc/re2c/examples/c/generic_api/ifstream.c1.31 KB
/usr/share/doc/re2c/examples/c/generic_api/ifstream.re1.09 KB
/usr/share/doc/re2c/examples/c/headers0.00 B
/usr/share/doc/re2c/examples/c/headers/header.c1.64 KB
/usr/share/doc/re2c/examples/c/headers/header.re837.00 B
/usr/share/doc/re2c/examples/c/headers/src0.00 B
/usr/share/doc/re2c/examples/c/headers/src/lexer0.00 B
/usr/share/doc/re2c/examples/c/headers/src/lexer/lexer.h150.00 B
/usr/share/doc/re2c/examples/c/includes0.00 B
/usr/share/doc/re2c/examples/c/includes/definitions.h72.00 B
Component of
1 through 2 of 2
Buildroot descending sort Created State
f37-build-675651-75998 2022-11-13 16:16:51 expired
f37-build-672543-75448 2022-11-11 08:36:41 expired