File: control

package info (click to toggle)
php-mime-type 1.2.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 136 kB
  • ctags: 156
  • sloc: php: 637; xml: 213; makefile: 42
file content (21 lines) | stat: -rw-r--r-- 795 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
Source: php-mime-type
Section: php
Priority: optional
Maintainer: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: php-pear
Vcs-Browser: http://svn.php.net/pear/packages/MIME_Type
Homepage: http://pear.php.net/package/MIME_Type/
Standards-Version: 3.8.4

Package: php-mime-type
Architecture: all
Depends: ${misc:Depends}, php-pear
Description: Utility class for dealing with MIME types
 Provide functionality for dealing with MIME types:
  * Parse MIME type.
  * Supports full RFC2045 specification.
  * Many utility functions for working with and determining info about types.
  * Most functions can be called statically.
  * Autodetect a files mime-type, either with fileinfo extension,
  mime_magic extension, the file command or an in-built mapping list