Source: uwsgi-plugin-ruby Section: httpd Priority: optional Maintainer: uWSGI packaging team Uploaders: Jonas Smedegaard , Alexandre Rossi Build-Depends: debhelper-compat (= 13), dh-sequence-uwsgi, help2man, uwsgi-src, ruby, ruby-all-dev | ruby-dev, Standards-Version: 4.7.0 Homepage: https://uwsgi-docs.readthedocs.io/en/latest/ Vcs-Git: https://salsa.debian.org/uwsgi-team/uwsgi-plugin-ruby.git Vcs-Browser: https://salsa.debian.org/uwsgi-team/uwsgi-plugin-ruby Rules-Requires-Root: no Package: uwsgi-plugin-ruby Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, ${uwsgi:Depends}, ruby-rack, Provides: uwsgi-plugin-fiber, uwsgi-plugin-rbthreads, Conflicts: uwsgi-plugin-fiber, uwsgi-plugin-rbthreads, uwsgi-plugin-rack-ruby3.1, Replaces: uwsgi-plugin-fiber, uwsgi-plugin-rbthreads, uwsgi-plugin-rack-ruby3.1, Description: Ruby 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 package provides ruby plugins for uWSGI with Ruby: fiber, rack and rbthreads (native threads). . Fibers are a form of coroutine, useful for implementing cooperative multitasking.