Fri, 01 May 2026 16:35:26 CST | login

Information for RPM re2c-3.1-3.ocs23.rva23.riscv64.rpm

ID307709
Namere2c
Version3.1
Release3.ocs23.rva23
Epoch
Archriscv64
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 Time2026-03-16 13:37:36 GMT
Size587.20 KB
788eb5e40d4dfc6798e7320201be3171
LicensePublic Domain
Buildrootdist-ocs23-riscv-rva23-build-356030-40819
Provides
re2c = 3.1-3.ocs23.rva23
re2c(riscv-64) = 3.1-3.ocs23.rva23
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)
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.32)(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/re2c500.47 KB
/usr/bin/re2go500.46 KB
/usr/bin/re2rust500.45 KB
/usr/lib/.build-id0.00 B
/usr/lib/.build-id/010.00 B
/usr/lib/.build-id/01/a1eecebd5bfbb0e6360f695fcc985af8998c1625.00 B
/usr/lib/.build-id/d40.00 B
/usr/lib/.build-id/d4/b02bcf815d539117fb738a542d2521b591406624.00 B
/usr/lib/.build-id/f00.00 B
/usr/lib/.build-id/f0/dcd78a83f5dd57f0b6f9455637cd512fc714cc27.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