Source: xandikos
Section: web
Priority: optional
Maintainer: Jelmer Vernooĳ <jelmer@debian.org>
Homepage: https://www.xandikos.org/
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-aiohttp,
               python3-aiohttp-openmetrics,
               python3-all,
               python3-defusedxml,
               python3-dulwich (>= 0.19.1),
               python3-dulwich (<< 2),
               python3-icalendar,
               python3-jinja2,
               python3-setuptools,
               python3-vobject
Rules-Requires-Root: no
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/jelmer/xandikos
Vcs-Git: https://salsa.debian.org/jelmer/xandikos.git

Package: xandikos
Architecture: all
Depends: python3-aiohttp,
         python3-defusedxml,
         python3-dulwich (>= 0.19.1),
         python3-dulwich (<< 2),
         python3-icalendar,
         python3-jinja2,
         python3-vobject,
         ${misc:Depends},
         ${python3:Depends}
Recommends: python3-aiohttp-openmetrics
Description: Git-backed CalDAV/CardDAV server
 Xandikos is a standards-compliant CalDAV/CardDAV server that backs onto a
 Git repository.
 .
 It supports the following standards:
 .
  * RFC4918/RFC2518 (Core WebDAV) - implemented, except for COPY/MOVE/LOCK
  * RFC4791 (CalDAV) - fully implemented
  * RFC6352 (CardDAV) - fully implemented
  * RFC5397 (Current Principal) - fully implemented
  * RFC3253 (Versioning Extensions) - partially implemented
  * RFC3744 (Access Control) - partially implemented
  * RFC5995 (POST to create members) - fully implemented
 .
 Xandikos (Ξανδικός) takes its name from the name of the February month in the
 ancient Macedonian calendar, used in Macedon in the first millennium BC.
