Source: prosody
Section: net
Priority: optional
Maintainer: Debian XMPP Maintainers <pkg-xmpp-devel@lists.alioth.debian.org>
Uploaders:
 Matthew James Wild <mwild1@gmail.com>,
 Sergei Golovan <sgolovan@debian.org>,
 Victor Seva <vseva@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dpkg-dev (>= 1.16.1.1),
 libicu-dev,
 libidn-dev,
 liblua5.4-dev,
 libssl-dev,
 lua-busted <!nocheck>,
 lua5.4 <!nocheck>,
 lua5.4-expat <!nocheck>,
 lua5.4-socket <!nocheck>,
 openssl <!nocheck>,
 pandoc,
 txt2man,
Standards-Version: 4.7.0
Homepage: http://www.prosody.im/
Vcs-Browser: https://salsa.debian.org/xmpp-team/prosody
Vcs-Git: https://salsa.debian.org/xmpp-team/prosody.git
Rules-Requires-Root: no

Package: prosody
Architecture: any
Multi-Arch: foreign
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 adduser,
 lua-expat (>= 1.2.0),
 lua-filesystem (>= 1.4.2-3~),
 lua5.4,
 lua5.4-bitop,
 lua5.4-expat,
 lua5.4-filesystem,
 lua5.4-sec,
 lua5.4-socket,
 ssl-cert,
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 lua5.4-event,
 lua5.4-readline,
 lua5.4-unbound,
Suggests:
 lua-dbi-mysql,
 lua-dbi-postgresql,
 lua-dbi-sqlite3,
 lua-zlib,
Conflicts:
 prosody-modules (<< 0.0~hg20220330.b45c23ce24ba+dfsg-1),
Provides:
 xmpp-server,
Description: Lightweight Jabber/XMPP server
 Prosody is a modern XMPP communication server. It aims to be
 easy to set up and configure, and efficient with system resources.
 Additionally, for developers it aims to be easy to extend and
 give a flexible system on which to rapidly develop added
 functionality, or prototype new protocols.