r-cran-poorman
Poor Man's dependency free recreation of 'dplyr' GNU R package
A replication of key functionality from 'dplyr' and the wider
'tidyverse' using only 'base'.
libgwyddion2-0
libraries for Gwyddion SPM analysis tool
Gwyddion is a modular program for Scanning Probe Microscopy (SPM) data
visualization and analysis. It is primarily intended for analysis of height
field data obtained by microscopy techniques like
* Atomic Force Microscopy (AFM),
* Magnetic Force Microscopy (MFM),
* Scanning Tunneling Microscopy (STM),
* Near-field Scanning Optical Microscopy (SNOM or NSOM)
and others. However, it can be used for arbitrary height field and
image analysis.
libfwupdplugin6
Firmware update daemon plugin library
fwupd is a daemon to allow session software to update device firmware.
You can either use a GUI software manager like GNOME Software to view and
apply updates, the command-line tool or the system D-Bus interface directly.
Firmware updates are supported for a variety of technologies.
See <https://github.com/fwupd/fwupd> for details
libiri-perl
Handle Internationalized Resource Identifiers in Perl
The IRI module is a Perl implementation of Internationalized Resource
Identifiers (IRIs) as defined by RFC 3987.
libkf5idletime5
library to provide information about idle time
This library contains a class that allows applications to watch for
user activity or inactivity. It is useful not only for finding out about
the current idle time of the PC, but also for getting notified upon idle
time events, such as custom timeouts, or user activity.
libmojolicious-plugin-authorization-perl
module to make authorization a bit easier for Mojolicious
Mojolicious::Plugin::Authorization provides a very simple API implementation
of role-cbased access control (RBAC). This plugin is only an API you will
have to do all the work of setting up your roles and privileges and then
provide four subs that are used by the plugin. The plugin expects that the
current session will be used to get the role its privileges. It also assumes
that you have already been authenticated and your role set. That is about it
you are free to implement any system you like.