libgroup-service1t64
Manage local user groups via DBus (shared client library)
Using DBus to manage local user groups, you can complete the addition
and deletion of local user groups, add/remove users to/from groups, and
change the name of local user groups.
libcamera-ipa
complex camera support library (IPA modules)
libcamera is a complex camera support library which handles low-level
control of the camera devices, providing a unified higher-level
programming interface to the applications.
elpa-poke
Extensible editor for structured binary data (Emacs mode)
GNU poke is an interactive, extensible editor for binary data. Not
limited to editing basic entities such as bits and bytes, it provides
a full-fledged procedural, interactive programming language designed
to describe data structures and to operate on them.
vim-poke
Extensible editor for structured binary data (VIM addon)
GNU poke is an interactive, extensible editor for binary data. Not
limited to editing basic entities such as bits and bytes, it provides
a full-fledged procedural, interactive programming language designed
to describe data structures and to operate on them.
libkf5pimcommonautocorrection5
Common library for KDE PIM Autocorrection
This library provides the common parts used across different KDE PIM
Autocorrection components.
libghc-integer-conversion-prof
conversion from strings to Integer; profiling libraries
The naive "foldl' (\acc d -> acc * 10 + d) 0" is expensive (quadratic) for
large Integers. This package provides a sub-quadratic implementation.