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
|
Source: libsieve
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: autoconf, automake, bison, flex, libtool,
debhelper-compat (= 12), quilt (>= 0.40)
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/debian/libsieve.git
Vcs-Browser: https://salsa.debian.org/debian/libsieve
Package: libsieve2-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libsieve2-1 (= ${binary:Version})
Description: library for parsing, sorting and filtering your mail
This code is a standalone library based upon code which had been distributed
with the Cyrus Mail Server. Currently libSieve implements two APIs:
one that is based upon, and compatible with, the Sieve API as built into
the Cyrus Mail Server, as well as a new API which is very well suited to
be incorporated into other programs and is reasonably extensible.
.
This package contains the development files.
Package: libsieve2-1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library for parsing, sorting and filtering your mail
This code is a standalone library based upon code which had been distributed
with the Cyrus Mail Server. Currently libSieve implements two API's:
one that is based upon, and compatible with, the Sieve API as built into
the Cyrus Mail Server, as well as a new API which is very well suited to
be incorporated into other programs and is reasonably extensible.
.
This package contains the shared libraries only.
|