File debian.control of Package php-sabre-event
31
1
Source: php-sabre-event
2
Section: php
3
Priority: optional
4
Maintainer: Kolab for Debian testing <devel@lists.kolab.org>
5
Uploaders: hede <kolab983@der-he.de>
6
Build-Depends: debhelper (>= 9),
7
phpab,
8
phpunit,
9
pkg-php-tools (>= 1.7~)
10
Standards-Version: 3.9.6
11
Homepage: http://sabre.io/event/
12
Vcs-Git: git://anonscm.debian.org/pkg-php/php-sabre-event.git -b 1.0
13
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-sabre-event.git
14
15
Package: php-sabre-event
16
Architecture: all
17
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
18
Suggests: ${phpcomposer:Debian-suggest}
19
Replaces: ${phpcomposer:Debian-replace}
20
Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
21
Provides: ${phpcomposer:Debian-provide}
22
Description: lightweight library for event-based development
23
${phpcomposer:description}.
24
This library provides two patterns:
25
* EventEmitter
26
* Promises
27
.
28
It provides some features like prioritization, and the ability to stop
29
the event chain, like JavaScript’s preventDefault.
30
31