python3-psutils
PostScript document handling libraries
Library for psutils, a collection of utilities is for manipulating PostScript
documents. Page selection and rearrangement are supported, including
arrangement into signatures for booklet printing, and page merging
for n-up printing.
proxytunnel
Help SSH and other protocols through HTTP(S) proxies
Proxytunnel creates tunnels through HTTP(S) proxies for any TCP based
protocol. It comes in handy when one sits behind a firewall that allows for
HTTP(S) traffic only.
conky-all
highly configurable system monitor (all features enabled)
Conky is a system monitor that can display just about anything,
either on your root desktop or in its own window.
Conky has many built-in objects, as well as the ability to execute
external programs or scripts (either external or through built-in
Lua support).
lua-resty-lrucache
Simple LRU cache for the ngx_lua module
The LRU cache resides completely in the Lua VM and is subject to Lua GC.
As such, do not expect it to get shared across the OS process boundary.
The upside is that you can cache arbitrary complex Lua values (such as deep
nested Lua tables) without the overhead of serialization (as with ngx_lua's
shared dictionary API). The downside is that your cache is always limited to
the current OS process (i.e. the current Nginx worker process). It does not
really make much sense to use this library in the context of init_by_lua
because the cache will not get shared by any of the worker processes (unless
you just want to "warm up" the cache with predefined items which will
get inherited by the workers via fork()).
elpa-git-modes
major modes for editing Git configuration files
This package provides several major modes for editing Git
configuration files. The modes are:
elpa-gitattributes-mode
major mode for editing Git configuration files (gitattributes)
This package provides major mode for editing `.gitattributes',
`.git/info/attributes', and `git/attributes' Git configuration files.