File: control

package info (click to toggle)
php-mime-type 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 184 kB
  • ctags: 210
  • sloc: php: 1,060; xml: 289; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 947 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
Source: php-mime-type
Section: php
Priority: optional
Maintainer: PKG-PHP-PEAR team <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 8), pkg-php-tools
Build-Depends-Indep: php-pear
Vcs-Browser: http://git.debian.org/?p=pkg-php/php-mime-type.git
Vcs-Git: http://git.debian.org/git/pkg-php/php-mime-type.git
Homepage: http://pear.php.net/package/MIME_Type/
Standards-Version: 3.9.3

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