1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: php-nikic-fast-route
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: James Valleroy <jvalleroy@mailbox.org>
Build-Depends: debhelper-compat (= 12), phpab, phpunit, pkg-php-tools
Standards-Version: 4.5.0
Homepage: https://github.com/nikic/FastRoute
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-nikic-fast-route
Vcs-Git: https://salsa.debian.org/php-team/pear/php-nikic-fast-route.git
Rules-Requires-Root: no
Package: php-nikic-fast-route
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Description: ${phpcomposer:description}
Fast HTTP request router for PHP using regular expressions for
placeholders. Supports route grouping and caching. The route parser
and dispatcher components can be overridden.
|