File: control

package info (click to toggle)
libbuffy-bindings 0.16
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 132 kB
  • ctags: 27
  • sloc: python: 187; perl: 131; makefile: 33; sh: 16
file content (50 lines) | stat: -rw-r--r-- 1,857 bytes parent folder | download
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: libbuffy-bindings
Section: misc
Priority: optional
Maintainer: Enrico Zini <enrico@debian.org>
Build-Depends:
   debhelper (>= 9),
   libbuffy-dev (>= 1.9), libbuffy-dev (<< 2.0),
   libwibble-dev (>= 1.0), libwibble-dev (<< 2.0), libglib2.0-dev, zlib1g-dev,
   swig (>= 2.0),
   perl (>= 5.6.0-16),
   python-all-dev (>= 2.6.6-3~), dh-python,
   pkg-config
Standards-Version: 3.9.6.0
Vcs-Git: git://git.debian.org/git/buffy/bindings.git
Vcs-Browser: http://git.debian.org/?p=buffy/bindings.git

Package: libbuffy-perl
Section: perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Perl wrapper for the libbuffy library
 Buffy wants to be the ultimate mail folder summary system.
 .
 This library provides efficient mailfolder checking routines, packaged in a
 library with a simple API and with wrappers for many languages, so that
 everyone can create mail folder summary systems in the language they prefer
 without having to care about the actual mailbox checking.
 .
 Libbuffy currently supports detection and summarizing of folders in Maildir
 and Mailbox format.
 .
 This package provides a Perl wrapper for libbuffy.

Package: python-buffy
Section: python
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Python wrapper for the libbuffy library
 Buffy wants to be the ultimate mail folder summary system.
 .
 This library provides efficient mailfolder checking routines, packaged in a
 library with a simple API and with wrappers for many languages, so that
 everyone can create mail folder summary systems in the language they prefer
 without having to care about the actual mailbox checking.
 .
 Libbuffy currently supports detection and summarizing of folders in Maildir
 and Mailbox format.
 .
 This package provides a Python wrapper for libbuffy.