File: control

package info (click to toggle)
uwsgi-plugin-mongo 0.0.7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 48 kB
  • sloc: makefile: 12
file content (41 lines) | stat: -rw-r--r-- 1,398 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: uwsgi-plugin-mongo
Section: httpd
Priority: optional
Maintainer: uWSGI packaging team <pkg-uwsgi-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
 debhelper-compat (= 13),
 libboost-filesystem-dev,
 libboost-system-dev,
 libboost-thread-dev,
 libmongoclient-dev | mongodb-dev,
 uwsgi-dev,
 uwsgi-src,
Standards-Version: 4.5.1
Homepage: https://uwsgi-docs.readthedocs.io/en/latest/
Vcs-Git: https://salsa.debian.org/uwsgi-team/uwsgi-plugin-mongo.git
Vcs-Browser: https://salsa.debian.org/uwsgi-team/uwsgi-plugin-mongo
Rules-Requires-Root: no

Package: uwsgi-plugin-mongo
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 ${uwsgi:Depends},
Recommends: mongodb-server
Provides: uwsgi-mongodb-plugins
Breaks: uwsgi-mongodb-plugins
Replaces: uwsgi-mongodb-plugins
Description: MongoDB/GridFS 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 plugins for using MongoDB as uWSGI backend:
  * emperor_mongodb (Emperor configuration)
  * gridfs (content storage)
  * mongodblog (logging)
  * stats_pusher_mongodb (statistics)