node-get-uri
Node.js module that returns a stream.Readable from a URI string
node-get-uri is a high-level module. It accepts a URI string and returns a
Readable stream instance. There is built-in support for a variety of
"protocols", and it's asily extensible.
libpmix2t64
Process Management Interface (Exascale) library
This is the OpenMPI implementation of the Process Management Interface (PMI)
Exascale API. PMIx aims to retain transparent compatibility with the existing
PMI-1 and PMI-2 definitions, and any future PMI releases; Support
the Instant On initiative for rapid startup of applications at exascale
and beyond.
libm4api0.3t64
access Mini-Box M4-ATX power supplies (library)
The m4api is a tool for monitoring and configuring Mini-Box M4-ATX
power supplies.
libgm2-17-alpha-cross
GNU Modula-2 standard library (runtime library)
This is the GNU Modula-2 standard library that comes with the gm2 compiler.
libmdnsd1
small mDNS library for mdnsd
This is the multicast DNS (mDNS) library used by mdnsd. It can be used
by any application in need of advertising its services over mDNS-SD.
python3-flake8-cognitive-complexity
flake8 plugin that validates cognitive complexity
This library evaluates the cognitive complexity of Python code, analysing how
difficult a piece of code is to understand. Cognitive complexity is akin to
cyclomatic complexity but focuses on human comprehension rather than code
structure. It was introduced by G. Ann Campbell and is used by tools like
SonarSource and CodeClimate. This feature helps maintain code readability and
understandability, allowing easier maintenance and collaboration.