Sun, 22 Dec 2024 14:14:40 CST | login

Information for RPM re2c-3.1-3.ocs23.loongarch64.rpm

ID209446
Namere2c
Version3.1
Release3.ocs23
Epoch
Archloongarch64
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-09-26 11:55:08 GMT
Size574.58 KB
81c59c90e7e601d185dba28f5ee4c03a
LicensePublic Domain
Buildrootdist-ocs23-base-build-287007-27909
Provides
re2c = 3.1-3.ocs23
re2c(loongarch-64) = 3.1-3.ocs23
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
ld-linux-loongarch-lp64d.so.1()(64bit)
ld-linux-loongarch-lp64d.so.1(GLIBC_2.36)(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.36)(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/re2c620.98 KB
/usr/bin/re2go620.96 KB
/usr/bin/re2rust620.98 KB
/usr/lib/.build-id0.00 B
/usr/lib/.build-id/0f0.00 B
/usr/lib/.build-id/0f/bba00877e51775dd393a3df6f70a8b05fc88bd27.00 B
/usr/lib/.build-id/b60.00 B
/usr/lib/.build-id/b6/36c6726f7f7f25ef639f0a0294f4092840dc5b24.00 B
/usr/lib/.build-id/c30.00 B
/usr/lib/.build-id/c3/7093410d17d27edb4dcb584e2879ae9c9a9d7b25.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