File: control

package info (click to toggle)
pantomime 1.3.0%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 2,332 kB
  • sloc: objc: 22,026; makefile: 11; sh: 4
file content (51 lines) | stat: -rw-r--r-- 1,889 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
51
Source: pantomime
Maintainer: Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org>
Uploaders: Eric Heintzmann <heintzmann.eric@free.fr>,
           Yavor Doganov <yavor@gnu.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 12),
               gnustep-make (>= 2.7.0-4),
               libgnustep-base-dev
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/gnustep-team/pantomime
Vcs-Git: https://salsa.debian.org/gnustep-team/pantomime.git
Homepage: http://wiki.gnustep.org/index.php/Pantomime

Package: libpantomime1.3
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: GNUstep framework for mail handling (runtime library)
 Pantomime provides a GNUstep framework that models a mail system. Pantomime
 can be seen as a JavaMail 1.2 clone written in Objective-C.
 .
 This package contains the runtime library files.

Package: libpantomime-dev
Architecture: any
Section: libdevel
Depends: libpantomime1.3 (= ${binary:Version}),
         libgnustep-base-dev,
         ${misc:Depends}
Breaks: libpantomime1.2-dev
Replaces: libpantomime1.2-dev
Description: GNUstep framework for mail handling (development files)
 Pantomime provides a GNUstep framework that models a mail system. Pantomime
 can be seen as a JavaMail 1.2 clone written in Objective-C.
 .
 Pantomime provides the following features:
 .
  * A full MIME encoder and decoder
  * A "folder view" to POP3 accounts, local (Berkeley Format) or IMAP mailboxes
  * A powerful API to work on all aspects of Message objects
  * A local mailer and a SMTP conduit for sending messages
  * APOP and SMTP AUTH support
  * IMAP and POP3 URL Scheme support
  * iconv and Core Foundation support
  * maildir support
  * SSL support for IMAP, POP3 and SMTP
  * and more!
 .
 This package contains the files required to develop applications that use
 Pantomime.