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 31 32 33 34 35 36 37 38 39 40 41
|
Source: php-symfony-mercure
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 (= 13),
dh-sequence-phpcomposer,
php-symfony-deprecation-contracts,
php-symfony-event-dispatcher,
php-symfony-http-client,
php-symfony-http-foundation,
php-symfony-http-kernel,
php-symfony-stopwatch,
php-symfony-web-link,
php-twig,
phpab,
phpunit
Standards-Version: 4.7.0
Homepage: https://symfony.com/doc/current/mercure.html
Vcs-Git: https://salsa.debian.org/php-team/pear/php-symfony-mercure.git
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-symfony-mercure
Rules-Requires-Root: no
Package: php-symfony-mercure
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Suggests: ${phpcomposer:Debian-suggest}
Recommends: ${phpcomposer:Debian-recommend}
Replaces: ${phpcomposer:Debian-replace}
Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
Provides: ${phpcomposer:Debian-provide}
Description: publisher part of the Mercure Protocol
The ${phpcomposer:description} implements the "publisher" part of the
Mercure Protocol.
.
Mercure is a protocol allowing to push data updates to web browsers and other
HTTP clients in a convenient, fast, reliable and battery-efficient way. It is
especially useful to publish real-time updates of resources served through web
APIs, to reactive web and mobile apps.
.
Symfony is a PHP framework, a set of tools and a development methodology.
|