Module Carddavz

CardDAV server library for httpz.

Provides vCard 4.0 parsing, file-backed address book storage, CardDAV REPORT handling, and httpz route integration.

RFC 6352 RFC 6350

module Vcard : sig ... end

vCard 4.0 parser and serializer.

module Store : sig ... end

File-backed address book store using Eio.

module Report : sig ... end

CardDAV REPORT handling.

module Routes : sig ... end

CardDAV httpz route integration.