gir1.2-cmbcatalogutils-3.0
User Interface builder for Gtk4TODO
RAD tool for Gtk 4 and 3 with a clear MVC design
and data model first philosophy.
libcambalacheprivate-3
User Interface builder for Gtk4TODO
RAD tool for Gtk 4 and 3 with a clear MVC design
and data model first philosophy.
libcambalacheprivate-4
User Interface builder for Gtk4TODO
RAD tool for Gtk 4 and 3 with a clear MVC design
and data model first philosophy.
libbpftune0
Library for auto-tuning of Linux via BPF (shared library)
bpftune aims to provide lightweight, always-on auto-tuning
of system behaviour via BPF observability.
phrog
Greetd-compatible greeter for mobile phones
Phrog is a graphical greeter speaking the `greetd` protocol and aimed at mobile
devices like smart phones and tablets using touch based inputs and small
screens.
lua-resty-core
New FFI-based Lua API for NGINX Lua module
This pure Lua library reimplements part of the ngx_lua module's Nginx API
for Lua with LuaJIT FFI and installs the new FFI-based Lua API
into the ngx.* and ndk.* namespaces used by the ngx_lua module. In addition,
this Lua library implements any significant new Lua APIs of the ngx_lua module
as proper Lua modules, like ngx.semaphore and ngx.balancer. The FFI-based
Lua API can work with LuaJIT's JIT compiler. ngx_lua's default API is based on
the standard Lua C API, which will never be JIT compiled and the user Lua code
is always interpreted (slowly).