File: control

package info (click to toggle)
php4-mcrypt 3%3A4.3.10-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,032 kB
  • ctags: 186
  • sloc: sh: 8,424; ansic: 1,273; makefile: 88; awk: 70
file content (20 lines) | stat: -rw-r--r-- 704 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: php4-mcrypt
Section: web
Priority: optional
Maintainer: Christian Bayle <bayle@debian.org>
Build-Depends: debhelper (>= 3.0.9), libmcrypt-dev (>=2.4.18-1), php4-dev (>= 4:4.3.10-10)
Standards-Version: 3.6.1.0

Package: php4-mcrypt
Architecture: any
Depends: ${shlibs:Depends}, ${php:Depends}, debconf
Replaces: php4-cgi-mcrypt
Description: MCrypt module for php4
 This package provides a module for Mcrypt 
 directly from PHP scripts.
 .
 PHP4 is an HTML-embedded scripting language. Much of its syntax is borrowed
 from C, Java and Perl with a couple of unique PHP-specific features thrown
 in. The goal of the language is to allow web developers to write
 dynamically generated pages quickly.