1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: dasprid-enum
Section: php
Priority: optional
Maintainer: William Desportes <williamdes@wdes.fr>
Build-Depends: debhelper-compat (= 13),
phpunit,
pkg-php-tools (>= 1.7~),
phpab
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/DASPRiD/Enum/
Vcs-Git: https://salsa.debian.org/php-team/pear/php-dasprid-enum.git
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-dasprid-enum
Package: php-dasprid-enum
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Recommends: ${phpcomposer:Debian-recommend}
Suggests: ${phpcomposer:Debian-suggest}
Description: PHP 7.1 enum implementation
It is a well known fact that PHP is missing a basic enum type,
ignoring the rather incomplete SplEnum implementation
which is only available as a PECL extension.
This library tries to close that gap as far as PHP allows it to.
|