libgnuastro21
GNU Astronomy Utilities shared libraries
GNU Astronomy Utilities (Gnuastro) is a collection of libraries and programs
for astronomical data analysis and manipulation. The programs can be run on
the command-line for efficient and easy usage and the libraries can be used
within C and C++ programs.
native-architecture-is
Declarative native architecture assertions
This is a meta package that can be used to assert that a particular
architecture is native. The native architecture is defined as the
architecture of the dpkg package by the Multi-Arch specification. By
depending on e.g. native-architecture-is-amd64, a client package can
prevent its installation unless the native architecture is amd64.
native-architecture
Declarative native architecture constraint
This is a meta package that can only satisfy a dependency for the
native architecture. The native architecture is defined as the
architecture of the dpkg package by the Multi-Arch specification. By
depending on native-architecture, a client package can prevent its
installation for a non-native architecture.
libcangjie3
Cangjie input method library
This is a library that provides functions related to the Cangjie
Chinese input method.
python3-govee-local-api
Library to communicate with Govee devices via local API
This library allows for communication with Govee devices using local network
access. Users can control Govee lighting products through their Wi-Fi network
without reliance on external servers. The library supports a wide range of
Govee models, enabling functionalities such as turning lights on and off,
adjusting brightness, changing colors, and applying various lighting effects.
It operates by sending commands directly to Govee devices, ensuring low-
latency interactions and quick response times, ideal for home automation
setups.
postgresql-17-cron
Run periodic jobs in PostgreSQL
pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
that runs inside the database as an extension. It uses the same syntax as
regular cron, but it allows you to schedule PostgreSQL commands directly from
the database. pg_cron can run multiple jobs in parallel, but it runs at most
one instance of a job at a time. If a second run is supposed to start before
the first one finishes, then the second run is queued and started as soon as
the first run completes.