librte-cryptodev21

Data Plane Development Kit (librte-cryptodev runtime library)

DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces.

node-core-js-pure

Modular standard library for JavaScript without global namespace pollution

Includes polyfills for ECMAScript up to 2021: promises, symbols, collections, iterators, typed arrays, ECMAScript 7+ proposals, setImmediate, etc. Some additional features such as dictionaries or extended partial application. Use core-js-pure to require only needed features or use it without global namespace pollution.

libcgi-application-plugin-authentication-perl

authentication framework for CGI::Application

CGI::Application::Plugin::Authentication adds the ability to authenticate users in your CGI::Application modules. The module separates authentication into Drivers (backend logic), Store (cookie management etc) and Display (formulation of the login form). The following drivers are bundled with this package:
Boot process performance analyser (visualisation)

bootchart-view

Boot process performance analyser (visualisation)

Bootchart is a tool for performance analysis and visualization of the GNU/Linux boot process. Resource utilization and process information are collected during the boot process and are later rendered in a PNG, SVG or EPS encoded chart.

librte-event-octeontx21

Data Plane Development Kit (librte-event-octeontx runtime library)

DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces.

libclass-autoloadcan-perl

module managing conflict between AUTOLOAD, can and inheritance

Class::AutoloadCAN solves a fundamental conflict between AUTOLOAD, can and inheritance. The problem is that while you can implement anything in AUTOLOAD, UNIVERSAL::can is not aware that it is there. Attempting to modify UNIVERSAL::can to document those methods is very hard. And if a parent class uses AUTOLOAD then subclasses have to do a lot of work to make their AUTOLOADs cooperate with the parent one. It is harder still if 2 parent classes in a multiple inheritance tree wish to cooperate with each other. Few try to do this, which may be good since those who try usually get it wrong. See http://www.perlmonks.org/?node_id=342804 for a fuller discussion.