libcpr1
C++ wrapper around libcurl inspired by Python Requests
C++ Requests is a simple wrapper around libcurl inspired by the excellent
Python Requests project.
python3-django-distill
Static site generator and publisher for Django
Django-distill extends existing Django sites with the ability to export
fully functional static sites. It is suitable for sites such as blogs that have
a mostly static front end but you still want to use a CMS to manage the
content.
python3-pydantic-settings
settings management using pydantic (Python 3)
Settings management using Pydantic, this is the new official home of
Pydantic's BaseSettings.
gtk-session-lock-examples
Wayland screen locker library using ext-session-lock-v1 (examples)
gtk-session-lock is a library to use GTK 3 to build screen lockers using the
secure ext-session-lock-v1 protocol. This Library is compatible with C, C++
and any language that supports GObject introspection files (Python, Vala, etc,
see using the library below).
harec
Hare compiler for POSIX-compatible systems
Hare is a systems programming language designed to be simple, stable and
robust. Hare uses a static type system, manual memory management, and a
minimal runtime. It is well suited to writing operating systems, system
tools, compilers, networking software, and other low-level, high performance
tasks.
hexagonrpcd
Daemon to communicate with Qualcomm DSPs
Qualcomm processors include Digital Signal Processors (DSP) which can be
accessed from Linux using the FastRPC protocol. This protocol is used to:
* serve remote files to the DSPs
* call functions to offload work to the DSPs