Binary package “uwsgi-plugins-all” in ubuntu noble

all available plugins for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This dependency package provides all available plugins for uWSGI:
  * infrastructure
    - HTTP serving, RPC, etc.
  * application integration
    - PSGI, Rack, WSGI, etc.
  * coroutines
    - Fiber (ruby3.2)
    - gevent (Python 3)
    - greenlet (Python 3)
    - asyncio (Python 3)
    - Ruby native threads (ruby3.2)
    - tornado (Python 3)
 .
 Greenlet and gevent plugin is provided only on supported architectures.