node-jmespath
javascript implementation of JMESPath
Jmespath.js is a javascript implementation of JMESPath, which is a query
language for JSON. It will take a JSON document and transform it into
another JSON document through a JMESPath expression.
python3-tenacity
retry code until it succeeeds
Tenacity is a general-purpose retrying library to simplify the task of adding
retry behavior to just about anything. It originates from a fork of Retrying.
puppet-module-puppetlabs-mailalias-core
Puppet module for creating local email aliases
Puppet lets you centrally manage every important aspect of your system using a
cross-platform specification language that manages all the separate elements
normally aggregated in different files, like users, cron jobs, and hosts,
along with obviously discrete elements like packages, services, and files.
libadios2-serial-fortran-2
ADIOS2 Adaptable IO system for simulations - Fortran binding libraries (serial)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
libghc-unliftio-prof
MonadUnliftIO typeclass for unlifting monads to IO; profiling libraries
Provides the core MonadUnliftIO typeclass, a number of common
instances, and a collection of common functions working with it.
libscram-java
Salted Challenge Response Authentication Mechanism
SCRAM (Salted Challenge Response Authentication Mechanism) is part of the
family of Simple Authentication and Security Layer (SASL, RFC 4422)
authentication mechanisms. It is described as part of RFC 5802 and RFC 7677.