clang-format-14
Tool to format C/C++/Obj-C code
Clang-format is both a library and a stand-alone tool with the goal of
automatically reformatting C++ sources files according to configurable
style guides. To do so, clang-format uses Clang's Lexer to transform an
input file into a token stream and then changes all the whitespace around
those tokens. The goal is for clang-format to both serve both as a user
tool (ideally with powerful IDE integrations) and part of other
refactoring tools, e.g. to do a reformatting of all the lines changed
during a renaming.
libuev3
Lightweight event loop library for Linux
libuEv is a small event loop that wraps the Linux epoll() family of APIs.
It is similar to the more established libevent, libev and the venerable
Xt(3) event loop. The u (micro) in the name refers to both its limited
feature set and the small size impact of the library.
dav-text
minimalist ncurses-based text editor
Dav is meant to provide a stable text editor that is efficient
in both memory and processor usage. It is simple to use, making it ideal for
novice users. It is licensed under the GPL and is still
in development.
libopenwsman1
Transitional dummy package for libwsman
libfinbin-java
finbin - java library for hi-speed byte array search
Hi-speed search for a byte sequence in a big byte array.
You can search sequence of bytes from gigabyte-order file with low
memory consumption.
ruby-enumerize
enumerated attributes with internationalisation
This library implements enumerated attributes, with internationalisation
support, to provide translation of the attributes in various languages.