]> git.proxmox.com Git - pve-http-server.git/blame - debian/control
websocket: set $max_payload_size = 128*1024; (131072)
[pve-http-server.git] / debian / control
CommitLineData
d8218001
DM
1Source: libpve-http-server-perl
2Section: perl
3Priority: optional
4Maintainer: Proxmox Support Team <support@proxmox.com>
c26f8b28
FG
5Build-Depends: debhelper (>= 9),
6 perl (>= 5.10.0-19),
d8218001
DM
7Standards-Version: 3.9.5
8Homepage: http://www.proxmox.com
9
10Package: libpve-http-server-perl
11Architecture: all
c26f8b28
FG
12Depends: libanyevent-http-perl,
13 libanyevent-perl,
14 libcrypt-ssleay-perl,
15 libhtml-parser-perl,
16 libhttp-date-perl,
17 libhttp-message-perl,
18 libio-socket-ssl-perl,
19 libjson-perl,
20 libnet-ip-perl,
21 libpve-common-perl,
22 liburi-perl,
23 ${perl:Depends},
d8218001 24Description: Proxmox Asynchrounous HTTP Server Implementation
c26f8b28 25 This is used to implement the PVE REST API.