libicu4j-java

Library for Unicode support and internationalization

ICU is a mature, widely used set of C/C++ and Java libraries for Unicode support, software internationalization and globalization (i18n/g11n). It grew out of the JDK 1.1 internationalization APIs, which the ICU team contributed, and the project continues to be developed for the most advanced Unicode/i18n support. ICU is widely portable and gives applications the same results on all platforms and between C/C++ and Java software.

lua-rex-gnu

GNU regular expressions library for the Lua language

This package provides bindings for GNU regular expressions to the Lua language.

lua-rex-pcre2

Perl regular expressions library (PCRE2) for the Lua language

This package provides bindings for Perl regular expressions (PCRE2) to the Lua language.

lua-rex-posix

POSIX regular expressions library for the Lua language

This package provides bindings for POSIX regular expressions to the Lua language.

liblxqt1

Shared libraries for LXQt desktop environment (libs)

LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt technologies. It has been tailored for users who value simplicity, speed, and an intuitive interface. Unlike most desktop environments, LXQt also works fine with less powerful machines.

re2c

lexer generator for C, C++, Go, Java, Python, Rust, and others

re2c's main goal is generating fast lexers: at least as fast as their reasonably optimized hand-coded counterparts. Instead of using a traditional table-driven approach, re2c encodes the generated finite state automata directly in the form of conditional jumps and comparisons. The resulting programs are faster and often smaller than their table-driven analogues, and they are much easier to debug and understand. Quite a few optimizations are applied in order to speed up and compress the generated code.