manpages-cs
Czech man pages
This package contains manual pages translated into Czech,
originating from a large number of projects which do not ship
translated man pages themselves, including the traditional Linux
manpages. The exact projects and man pages might change from
release to release, so please look at the actually shipped files
for the current set.
postgresql-15-squeeze
PostgreSQL extension for automatic bloat cleanup
The pg_squeeze PostgreSQL extension removes unused space from a table and
optionally sorts tuples according to particular index, as if the CLUSTER
command was executed concurrently with regular reads/writes.
nats-server
High-Performance server for NATS.io (program)
NATS is a simple, secure and performant communications
system for digital systems, services and devices. NATS is part of the
Cloud Native Computing Foundation (CNCF) and has
over 40 client language implementations.
node-change-case
Transform a string between different case conventions
Transform a string between `camelCase`, `PascalCase`, `Capital Case`,
`snake_case`, `param-case`, `CONSTANT_CASE` and others.
node-defaults
merge single level defaults over a config object
A simple one level options merge utility. This module exports
a function that takes 2 arguments: options and defaults.
When called, it overrides all of undefined properties in
options with the clones of properties defined in defaults.
Sidecases: if called with a falsy options value, options will
be initialized to a new object before being merged onto.