uwsgi 2.0.12-5ubuntu2 source package in Ubuntu

Changelog

uwsgi (2.0.12-5ubuntu2) xenial; urgency=medium

  * Update to PHP7.0 dependencies (LP: #1565906).

 -- Nishanth Aravamudan <email address hidden>  Mon, 04 Apr 2016 10:19:56 -0700

Upload details

Uploaded by:
Nish Aravamudan
Sponsored by:
Steve Langasek
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
uwsgi_2.0.12.orig.tar.gz 765.7 KiB 306b51db97648d6d23bb7eacd76e5a413434575f220dac1de231c8c26d33e409
uwsgi_2.0.12-5ubuntu2.debian.tar.xz 48.9 KiB 3da5d2940f391e08b6839a5e06ae63473ec60ede1a88314f8c9b91b0b97a9ea2
uwsgi_2.0.12-5ubuntu2.dsc 8.1 KiB 98df2a868ef6506951ec279c99bc6f5d8556c68c769ebf672e761e2962aeb22f

View changes file

Binary packages built by this source

libapache2-mod-proxy-uwsgi: uwsgi proxy module for Apache2 (mod_uwsgi)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It uses the uwsgi protocol for all the networking/interprocess communications.
 .
 This package provides Apache2 module for communicating with uWSGI.
 .
 It is a proxy module, so it provides all of the futures exported by mod_proxy.
 .
 It is fully Apache API compliant and it should be easily integrated with all
 of the available modules.

libapache2-mod-proxy-uwsgi-dbg: debugging symbols for Apache2 mod_proxy_uwsgi

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 .
 This package contains the debug symbols for Apache2 mod_proxy_uwsgi. Install
 this package if you need to debug module or if you need a useful backtrace of
 a crash.

libapache2-mod-proxy-uwsgi-dbgsym: debug symbols for package libapache2-mod-proxy-uwsgi

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It uses the uwsgi protocol for all the networking/interprocess communications.
 .
 This package provides Apache2 module for communicating with uWSGI.
 .
 It is a proxy module, so it provides all of the futures exported by mod_proxy.
 .
 It is fully Apache API compliant and it should be easily integrated with all
 of the available modules.

libapache2-mod-ruwsgi: uwsgi module for Apache2 (mod_Ruwsgi)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It uses the uwsgi protocol for all the networking/interprocess communications.
 .
 This package provides Apache2 module for communicating with uWSGI.
 .
 This is the second module developed and it's more Apache2 API friendly.

libapache2-mod-ruwsgi-dbg: debugging symbols for Apache2 mod_Ruwsgi

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 .
 This package contains the debug symbols for Apache2 mod_Ruwsgi. Install this
 package if you need to debug module or if you need a useful backtrace of a
 crash.

libapache2-mod-ruwsgi-dbgsym: debug symbols for package libapache2-mod-ruwsgi

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It uses the uwsgi protocol for all the networking/interprocess communications.
 .
 This package provides Apache2 module for communicating with uWSGI.
 .
 This is the second module developed and it's more Apache2 API friendly.

libapache2-mod-uwsgi: uwsgi module for Apache2 (mod_uwsgi)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It uses the uwsgi protocol for all the networking/interprocess communications.
 .
 This package provides Apache2 module for communicating with uWSGI.
 .
 This is the first module developed, it is stable but a bit hacky (it does not
 fully use the Apache2 API).

libapache2-mod-uwsgi-dbg: debugging symbols for Apache2 mod_uwsgi

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 .
 This package contains the debug symbols for Apache2 mod_uwsgi. Install this
 package if you need to debug module or if you need a useful backtrace of a
 crash.

libapache2-mod-uwsgi-dbgsym: debug symbols for package libapache2-mod-uwsgi

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It uses the uwsgi protocol for all the networking/interprocess communications.
 .
 This package provides Apache2 module for communicating with uWSGI.
 .
 This is the first module developed, it is stable but a bit hacky (it does not
 fully use the Apache2 API).

python-uwsgidecorators: module of decorators for elegant access to uWSGI API (Python 2)

 uwsgidecorators is a simple Python module that exports a bunch of decorators
 to allow a more elegant approach to uWSGI API. Provided decorators helps with
 creating of RPC functions, timers, filemonitors.
 .
 This package provides uwsgidecorators module
 for Python 2.

python3-uwsgidecorators: module of decorators for elegant access to uWSGI API (Python 3)

 uwsgidecorators is a simple Python module that exports a bunch of decorators
 to allow a more elegant approach to uWSGI API. Provided decorators helps with
 creating of RPC functions, timers, filemonitors.
 .
 This package provides uwsgidecorators module
 for Python 3.
 .
 uwsgidecorators module is not targeted at Python 3 officially, so some
 decorators may work improperly or not at all.

uwsgi: fast, self-healing application container server

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It uses the uwsgi protocol for all the networking/interprocess communications.
 .
 uWSGI can be run in preforking, threaded, asynchronous/evented modes and
 supports various forms of green threads/coroutines (such as uGreen, Greenlet,
 Fiber). uWSGI provides several methods of configuration: via command line,
 via environment variables, via XML, INI, YAML configuration files, via LDAP
 and more.
 .
 On top of all this, 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 depends on uWSGI core binary and installs:
  * init.d script for running uWSGI daemon(s) with options defined in custom
    user-created configuration files
  * infrastructure for running daemons (like common locations of communication
    sockets, logs)

uwsgi-app-integration-plugins: plugins for integration of uWSGI and application

 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 plugins for integration of uWSGI and
 application:
  * GNU Go
  * Java (OpenJDK 7)
  * JWSGI (OpenJDK 7)
  * Lua WSAPI (Lua 5.1, 5.2 and LuaJIT)
  * Mono/ASP.NET
  * PHP
  * Perl PSGI
  * Python WSGI (Python 2 and 3)
  * Rack (ruby2.3)
  * V8
 .
 Java, Mono and V8 plugins are provided only on supported architectures.

uwsgi-app-integration-plugins-dbgsym: debug symbols for package uwsgi-app-integration-plugins

 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 plugins for integration of uWSGI and
 application:
  * GNU Go
  * Java (OpenJDK 7)
  * JWSGI (OpenJDK 7)
  * Lua WSAPI (Lua 5.1, 5.2 and LuaJIT)
  * Mono/ASP.NET
  * PHP
  * Perl PSGI
  * Python WSGI (Python 2 and 3)
  * Rack (ruby2.3)
  * V8
 .
 Java, Mono and V8 plugins are provided only on supported architectures.

uwsgi-core: fast, self-healing application container server (core)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It uses the uwsgi protocol for all the networking/interprocess communications.
 .
 uWSGI can be run in preforking, threaded, asynchronous/evented modes and
 supports various forms of green threads/coroutines (such as uGreen, Greenlet,
 Fiber). uWSGI provides several methods of configuration: via command line,
 via environment variables, via XML, INI, YAML configuration files, via LDAP
 and more.
 .
 On top of all this, 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 core uWSGI binary (built without any embedded
 plugins) and plugins with no or few dependencies:
 .
  * cache
  * carbon
  * cgi
  * cheaper_backlog2
  * cheaper_busyness
  * clock_monotonic
  * clock_realtime
  * corerouter
  * echo
  * emperor_amqp
  * emperor_zeromq
  * fastrouter
  * forkptyrouter
  * http
  * logcrypto
  * logfile
  * logpipe
  * logsocket
  * logzmq
  * matheval
  * mongrel2
  * msgpack
  * nagios
  * notfound
  * pam
  * ping
  * pty
  * rawrouter
  * redislog
  * router_basicauth
  * router_cache
  * router_expires
  * router_hash
  * router_http
  * router_memcached
  * router_metrics
  * router_radius
  * router_redirect
  * router_redis
  * router_rewrite
  * router_static
  * router_uwsgi
  * router_xmldir
  * rpc
  * rrdtool
  * rsyslog
  * signal
  * spooler
  * ssi
  * sslrouter
  * stats_pusher_file
  * stats_pusher_socket
  * stats_pusher_statsd
  * symcall
  * syslog
  * systemd_logger
  * transformation_chunked
  * transformation_gzip
  * transformation_offload
  * transformation_template
  * transformation_tofile
  * transformation_toupper
  * tuntap
  * ugreen
  * webdav
  * xattr
  * zabbix
  * zergpool
 .
 forkptyrouter, systemd and tuntap are provided
 only on supported architectures.

uwsgi-core-dbgsym: debug symbols for package uwsgi-core

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It uses the uwsgi protocol for all the networking/interprocess communications.
 .
 uWSGI can be run in preforking, threaded, asynchronous/evented modes and
 supports various forms of green threads/coroutines (such as uGreen, Greenlet,
 Fiber). uWSGI provides several methods of configuration: via command line,
 via environment variables, via XML, INI, YAML configuration files, via LDAP
 and more.
 .
 On top of all this, 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 core uWSGI binary (built without any embedded
 plugins) and plugins with no or few dependencies:
 .
  * cache
  * carbon
  * cgi
  * cheaper_backlog2
  * cheaper_busyness
  * clock_monotonic
  * clock_realtime
  * corerouter
  * echo
  * emperor_amqp
  * emperor_zeromq
  * fastrouter
  * forkptyrouter
  * http
  * logcrypto
  * logfile
  * logpipe
  * logsocket
  * logzmq
  * matheval
  * mongrel2
  * msgpack
  * nagios
  * notfound
  * pam
  * ping
  * pty
  * rawrouter
  * redislog
  * router_basicauth
  * router_cache
  * router_expires
  * router_hash
  * router_http
  * router_memcached
  * router_metrics
  * router_radius
  * router_redirect
  * router_redis
  * router_rewrite
  * router_static
  * router_uwsgi
  * router_xmldir
  * rpc
  * rrdtool
  * rsyslog
  * signal
  * spooler
  * ssi
  * sslrouter
  * stats_pusher_file
  * stats_pusher_socket
  * stats_pusher_statsd
  * symcall
  * syslog
  * systemd_logger
  * transformation_chunked
  * transformation_gzip
  * transformation_offload
  * transformation_template
  * transformation_tofile
  * transformation_toupper
  * tuntap
  * ugreen
  * webdav
  * xattr
  * zabbix
  * zergpool
 .
 forkptyrouter, systemd and tuntap are provided
 only on supported architectures.

uwsgi-dbg: debugging symbols for uWSGI server and it's plugins

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 .
 This package contains the debug symbols for uWSGI core binary and plugins.
 Install this package if you need to debug such a program or if you need a
 useful backtrace of a crash.

uwsgi-dbgsym: debug symbols for package uwsgi

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It uses the uwsgi protocol for all the networking/interprocess communications.
 .
 uWSGI can be run in preforking, threaded, asynchronous/evented modes and
 supports various forms of green threads/coroutines (such as uGreen, Greenlet,
 Fiber). uWSGI provides several methods of configuration: via command line,
 via environment variables, via XML, INI, YAML configuration files, via LDAP
 and more.
 .
 On top of all this, 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 depends on uWSGI core binary and installs:
  * init.d script for running uWSGI daemon(s) with options defined in custom
    user-created configuration files
  * infrastructure for running daemons (like common locations of communication
    sockets, logs)

uwsgi-emperor: fast, self-healing application container server (emperor scripts)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It uses the uwsgi protocol for all the networking/interprocess communications.
 .
 uWSGI can be run in preforking, threaded, asynchronous/evented modes and
 supports various forms of green threads/coroutines (such as uGreen, Greenlet,
 Fiber). uWSGI provides several methods of configuration: via command line,
 via environment variables, via XML, INI, YAML configuration files, via LDAP
 and more.
 .
 On top of all this, 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 depends on uWSGI core binary and installs:
  * init.d script for running uWSGI Emperor daemon with options defined in
    custom user-created configuration files
  * basic configuration for running uWSGI Emperor daemon

uwsgi-emperor-dbgsym: debug symbols for package uwsgi-emperor

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It uses the uwsgi protocol for all the networking/interprocess communications.
 .
 uWSGI can be run in preforking, threaded, asynchronous/evented modes and
 supports various forms of green threads/coroutines (such as uGreen, Greenlet,
 Fiber). uWSGI provides several methods of configuration: via command line,
 via environment variables, via XML, INI, YAML configuration files, via LDAP
 and more.
 .
 On top of all this, 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 depends on uWSGI core binary and installs:
  * init.d script for running uWSGI Emperor daemon with options defined in
    custom user-created configuration files
  * basic configuration for running uWSGI Emperor daemon

uwsgi-extra: fast, self-healing application container server (extra files)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 .
 This package provides extra files from uWSGI distribution.

uwsgi-infrastructure-plugins: infrastructure 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 infrastructure plugins for uWSGI:
  * alarm cURL
  * alarm XMPP
  * cURL cron
  * PostgreSQL emperor
  * graylog2
  * GeoIP
  * LDAP
  * router access
  * SQLite 3
  * XSLT request
  * GlusterFS storage
  * Ceph/RADOS storage
  * MongoDB storage (GridFS), logger, Stats pusher and Emperor config
    backend
 .
 GlusterFS, Ceph/RADOS and MongoDB plugins are provided only on
 supported architectures.

uwsgi-infrastructure-plugins-dbgsym: debug symbols for package uwsgi-infrastructure-plugins

 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 infrastructure plugins for uWSGI:
  * alarm cURL
  * alarm XMPP
  * cURL cron
  * PostgreSQL emperor
  * graylog2
  * GeoIP
  * LDAP
  * router access
  * SQLite 3
  * XSLT request
  * GlusterFS storage
  * Ceph/RADOS storage
  * MongoDB storage (GridFS), logger, Stats pusher and Emperor config
    backend
 .
 GlusterFS, Ceph/RADOS and MongoDB plugins are provided only on
 supported architectures.

uwsgi-plugin-alarm-curl: cURL alarm plugin 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 alarm_curl plugin for uWSGI.

uwsgi-plugin-alarm-curl-dbgsym: debug symbols for package uwsgi-plugin-alarm-curl

 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 alarm_curl plugin for uWSGI.

uwsgi-plugin-alarm-xmpp: XMPP alarm plugin 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 alarm_xmpp plugin for uWSGI.

uwsgi-plugin-alarm-xmpp-dbgsym: debug symbols for package uwsgi-plugin-alarm-xmpp

 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 alarm_xmpp plugin for uWSGI.

uwsgi-plugin-asyncio-python: asyncio plugin for uWSGI (Python 2)

 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 asyncio plugin for uWSGI
 with Python 2 WSGI interface.

uwsgi-plugin-asyncio-python-dbgsym: debug symbols for package uwsgi-plugin-asyncio-python

 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 asyncio plugin for uWSGI
 with Python 2 WSGI interface.

uwsgi-plugin-asyncio-python3: asyncio plugin for uWSGI (Python 3)

 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 asyncio plugin for uWSGI
 with Python 3 WSGI interface.

uwsgi-plugin-asyncio-python3-dbgsym: debug symbols for package uwsgi-plugin-asyncio-python3

 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 asyncio plugin for uWSGI
 with Python 3 WSGI interface.

uwsgi-plugin-curl-cron: cron cURL plugin 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 curl_cron plugin for uWSGI.

uwsgi-plugin-curl-cron-dbgsym: debug symbols for package uwsgi-plugin-curl-cron

 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 curl_cron plugin for uWSGI.

uwsgi-plugin-emperor-pg: Emperor PostgreSQL plugin 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 emperor_pg plugin for uWSGI.

uwsgi-plugin-emperor-pg-dbgsym: debug symbols for package uwsgi-plugin-emperor-pg

 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 emperor_pg plugin for uWSGI.

uwsgi-plugin-fiber: Fiber plugin 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 Fiber plugin for uWSGI
 with Ruby (ruby2.3).
 .
 Fibers are a form of coroutine, useful for implementing cooperative
 multitasking.

uwsgi-plugin-fiber-dbgsym: debug symbols for package uwsgi-plugin-fiber

 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 Fiber plugin for uWSGI
 with Ruby (ruby2.3).
 .
 Fibers are a form of coroutine, useful for implementing cooperative
 multitasking.

uwsgi-plugin-gccgo: GNU Go plugin 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 gccgo (GNU Go) plugin for uWSGI.

uwsgi-plugin-gccgo-dbgsym: debug symbols for package uwsgi-plugin-gccgo

 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 gccgo (GNU Go) plugin for uWSGI.

uwsgi-plugin-geoip: GeoIP plugin 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 geoip plugin for uWSGI.

uwsgi-plugin-geoip-dbgsym: debug symbols for package uwsgi-plugin-geoip

 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 geoip plugin for uWSGI.

uwsgi-plugin-gevent-python: gevent plugin for uWSGI (Python 2)

 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 gevent plugin for uWSGI
 with Python 2 WSGI interface.

uwsgi-plugin-gevent-python-dbgsym: debug symbols for package uwsgi-plugin-gevent-python

 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 gevent plugin for uWSGI
 with Python 2 WSGI interface.

uwsgi-plugin-glusterfs: GlusterFS storage plugin 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 GlusterfS storage plugin for uWSGI.

uwsgi-plugin-glusterfs-dbgsym: debug symbols for package uwsgi-plugin-glusterfs

 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 GlusterfS storage plugin for uWSGI.

uwsgi-plugin-graylog2: graylog2 plugin 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 graylog2 plugin for uWSGI.

uwsgi-plugin-graylog2-dbgsym: debug symbols for package uwsgi-plugin-graylog2

 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 graylog2 plugin for uWSGI.

uwsgi-plugin-greenlet-python: greenlet plugin for uWSGI (Python 2)

 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 greenlet plugin for uWSGI
 with Python 2 WSGI interface.

uwsgi-plugin-greenlet-python-dbgsym: debug symbols for package uwsgi-plugin-greenlet-python

 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 greenlet plugin for uWSGI
 with Python 2 WSGI interface.

uwsgi-plugin-jvm-openjdk-8: Java plugin for uWSGI (OpenJDK 7)

 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 Java plugin for uWSGI
 (linked with OpenJDK Java 7 runtime).

uwsgi-plugin-jvm-openjdk-8-dbgsym: debug symbols for package uwsgi-plugin-jvm-openjdk-8

 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 Java plugin for uWSGI
 (linked with OpenJDK Java 7 runtime).

uwsgi-plugin-jwsgi-openjdk-8: JWSGI plugin for uWSGI (OpenJDK 7)

 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 JWSGI plugin for uWSGI
 (linked with OpenJDK Java 7 runtime).

uwsgi-plugin-jwsgi-openjdk-8-dbgsym: debug symbols for package uwsgi-plugin-jwsgi-openjdk-8

 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 JWSGI plugin for uWSGI
 (linked with OpenJDK Java 7 runtime).

uwsgi-plugin-ldap: LDAP plugin 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 ldap plugin for uWSGI.

uwsgi-plugin-ldap-dbgsym: debug symbols for package uwsgi-plugin-ldap

 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 ldap plugin for uWSGI.

uwsgi-plugin-lua5.1: Lua WSAPI plugin for uWSGI (Lua 5.1)

 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 Lua WSAPI plugin for uWSGI
 (linked with Lua 5.1 runtime).

uwsgi-plugin-lua5.1-dbgsym: debug symbols for package uwsgi-plugin-lua5.1

 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 Lua WSAPI plugin for uWSGI
 (linked with Lua 5.1 runtime).

uwsgi-plugin-lua5.2: Lua WSAPI plugin for uWSGI (Lua 5.2)

 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 Lua WSAPI plugin for uWSGI
 (linked with Lua 5.2 runtime).

uwsgi-plugin-lua5.2-dbgsym: debug symbols for package uwsgi-plugin-lua5.2

 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 Lua WSAPI plugin for uWSGI
 (linked with Lua 5.2 runtime).

uwsgi-plugin-luajit: Lua WSAPI plugin for uWSGI (LuaJIT)

 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 Lua WSAPI plugin for uWSGI
 (linked with LuaJIT runtime).

uwsgi-plugin-luajit-dbgsym: debug symbols for package uwsgi-plugin-luajit

 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 Lua WSAPI plugin for uWSGI
 (linked with LuaJIT runtime).

uwsgi-plugin-mono: Mono/ASP.NET plugin 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 Mono/ASP.NET plugin for uWSGI.

uwsgi-plugin-mono-dbgsym: debug symbols for package uwsgi-plugin-mono

 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 Mono/ASP.NET plugin for uWSGI.

uwsgi-plugin-php: PHP plugin 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 PHP plugin for uWSGI.

uwsgi-plugin-php-dbgsym: debug symbols for package uwsgi-plugin-php

 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 PHP plugin for uWSGI.

uwsgi-plugin-psgi: Perl PSGI plugin 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 psgi plugin for uWSGI, to interface with Perl PSGI.

uwsgi-plugin-psgi-dbgsym: debug symbols for package uwsgi-plugin-psgi

 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 psgi plugin for uWSGI, to interface with Perl PSGI.

uwsgi-plugin-python: WSGI plugin for uWSGI (Python 2)

 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 Python WSGI plugin for uWSGI
 (linked with Python 2 runtime).

uwsgi-plugin-python-dbgsym: debug symbols for package uwsgi-plugin-python

 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 Python WSGI plugin for uWSGI
 (linked with Python 2 runtime).

uwsgi-plugin-python3: WSGI plugin for uWSGI (Python 3)

 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 Python 3 WSGI plugin for uWSGI
 (linked with Python 3 runtime).

uwsgi-plugin-python3-dbgsym: debug symbols for package uwsgi-plugin-python3

 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 Python 3 WSGI plugin for uWSGI
 (linked with Python 3 runtime).

uwsgi-plugin-rack-ruby2.3: Rack plugin for uWSGI (ruby2.3)

 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 Rack plugin for uWSGI
 (linked with ruby2.3 runtime).

uwsgi-plugin-rack-ruby2.3-dbgsym: debug symbols for package uwsgi-plugin-rack-ruby2.3

 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 Rack plugin for uWSGI
 (linked with ruby2.3 runtime).

uwsgi-plugin-rados: Ceph/RADOS storage plugin 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 Ceph/RADOS storage plugin for uWSGI.

uwsgi-plugin-rados-dbgsym: debug symbols for package uwsgi-plugin-rados

 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 Ceph/RADOS storage plugin for uWSGI.

uwsgi-plugin-rbthreads: Ruby native threads plugin for uWSGI (ruby2.3)

 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 (ruby2.3) native threads plugin for uWSGI.

uwsgi-plugin-rbthreads-dbgsym: debug symbols for package uwsgi-plugin-rbthreads

 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 (ruby2.3) native threads plugin for uWSGI.

uwsgi-plugin-ring-openjdk-8: Closure/Ring plugin for uWSGI (OpenJDK 7)

 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 Closure/Ring plugin for uWSGI
 (linked with OpenJDK Java 7 runtime).

uwsgi-plugin-ring-openjdk-8-dbgsym: debug symbols for package uwsgi-plugin-ring-openjdk-8

 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 Closure/Ring plugin for uWSGI
 (linked with OpenJDK Java 7 runtime).

uwsgi-plugin-router-access: Access router plugin 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 router_access plugin for uWSGI.

uwsgi-plugin-router-access-dbgsym: debug symbols for package uwsgi-plugin-router-access

 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 router_access plugin for uWSGI.

uwsgi-plugin-servlet-openjdk-8: JWSGI plugin for uWSGI (OpenJDK 7)

 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 Servlet 2.5 plugin for uWSGI
 (linked with OpenJDK Java 7 runtime).

uwsgi-plugin-servlet-openjdk-8-dbgsym: debug symbols for package uwsgi-plugin-servlet-openjdk-8

 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 Servlet 2.5 plugin for uWSGI
 (linked with OpenJDK Java 7 runtime).

uwsgi-plugin-sqlite3: SQLite 3 configurations plugin 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 sqlite3 plugin for uWSGI, to load configurations
 from SQLite 3 database.

uwsgi-plugin-sqlite3-dbgsym: debug symbols for package uwsgi-plugin-sqlite3

 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 sqlite3 plugin for uWSGI, to load configurations
 from SQLite 3 database.

uwsgi-plugin-tornado-python: tornado plugin for uWSGI (Python 2)

 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 tornado plugin for uWSGI
 with Python 2 WSGI interface.

uwsgi-plugin-tornado-python-dbgsym: debug symbols for package uwsgi-plugin-tornado-python

 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 tornado plugin for uWSGI
 with Python 2 WSGI interface.

uwsgi-plugin-v8: JavaScript V8 plugin 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 V8 plugin for uWSGI.

uwsgi-plugin-v8-dbgsym: debug symbols for package uwsgi-plugin-v8

 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 V8 plugin for uWSGI.

uwsgi-plugin-xslt: XSLT request plugin 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 xslt plugin for uWSGI.

uwsgi-plugin-xslt-dbgsym: debug symbols for package uwsgi-plugin-xslt

 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 xslt plugin for uWSGI.

uwsgi-plugins-all: 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 (ruby2.3)
    - gevent (Python 2)
    - greenlet (Python 2)
    - asyncio (Python 3, and Python 2 when Trollius is available)
    - Ruby native threads (ruby2.3)
    - tornado (Python 2)
 .
 Greenlet and gevent plugin is provided only on supported architectures.

uwsgi-plugins-all-dbgsym: debug symbols for package uwsgi-plugins-all

 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 (ruby2.3)
    - gevent (Python 2)
    - greenlet (Python 2)
    - asyncio (Python 3, and Python 2 when Trollius is available)
    - Ruby native threads (ruby2.3)
    - tornado (Python 2)
 .
 Greenlet and gevent plugin is provided only on supported architectures.

uwsgi-src: sources for uWSGI plugins

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 .
 This package contains the sources for uWSGI plugins.