File: control

package info (click to toggle)
php-proxy-manager 2.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,156 kB
  • sloc: php: 4,063; makefile: 13
file content (30 lines) | stat: -rw-r--r-- 1,291 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
Source: php-proxy-manager
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: David Prévot <taffit@debian.org>
Build-Depends: debhelper-compat (= 11),
               php-codesniffer (>= 2.5.1),
               phpab,
               pkg-php-tools (>= 1.7~)
Standards-Version: 4.2.1
Homepage: https://github.com/Ocramius/ProxyManager
Vcs-Git: https://salsa.debian.org/php-team/pear/php-proxy-manager.git
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-proxy-manager

Package: php-proxy-manager
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Recommends: ${phpcomposer:Debian-recommend}
Suggests: ${phpcomposer:Debian-suggest}
Replaces: ${phpcomposer:Debian-replace}
Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
Provides: php-ocramius-proxy-manager, ${phpcomposer:Debian-provide}
Description: library providing utilities to operate with Object Proxies
 This library aims at providing abstraction for generating various
 kinds of proxy classes.
 .
 Currently, this project supports generation of Virtual Proxies and
 Smart References. Additionally, it can generate a small
 high-performance Hydrator class to optimize transition of data from
 and into your objects.