File: control

package info (click to toggle)
php-mailparse 3.0.3~dev20181093%2B2.1.7~dev20160128-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,444 kB
  • sloc: ansic: 3,957; xml: 209; php: 38; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 888 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
Source: php-mailparse
Section: php
Priority: optional
Maintainer: Debian PHP PECL Maintainers <team+php-pecl@tracker.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>
Build-Depends: debhelper (>= 9),
               dh-php (>= 0.12~),
               libpcre3-dev,
               php-all-dev,
               php-mbstring
Standards-Version: 3.9.8
Vcs-Git: https://salsa.debian.org/php-team/pecl/php-mailparse.git
Vcs-Browser: https://salsa.debian.org/php-team/pecl/php-mailparse
Homepage: http://pecl.php.net/package/mailparse

Package: php-mailparse
Architecture: any
Depends: php-mbstring,
         ${misc:Depends},
         ${php:Depends},
         ${shlibs:Depends}
Provides: ${php:Provides}
Description: Email message manipulation for PHP
 Mailparse is an extension for parsing and working with email
 messages.
 .
 It can deal with rfc822 and rfc2045 (MIME) compliant messages.