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
|
Source: php-malkusch-lock
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 (= 13),
php-mikey179-vfsstream,
php-mock-phpunit,
php-mysql,
php-predis,
php-psr-log,
php-sqlite3,
phpab,
phpunit,
pkg-php-tools (>= 1.41~)
Standards-Version: 4.6.1
Homepage: https://github.com/php-lock/lock
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-malkusch-lock
Vcs-Git: https://salsa.debian.org/php-team/pear/php-malkusch-lock.git
Rules-Requires-Root: no
Package: php-malkusch-lock
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Recommends: ${phpcomposer:Debian-recommend}
Suggests: ${phpcomposer:Debian-suggest}
Description: mutex library for exclusive code execution
Lock library to provide serialized execution of PHP code. It helps
executing critical code in concurrent situations.
.
Choose from one of the provided implementations, or create/extend your
own. The provided implementations include: CASMutex, FlockMutex,
MemcachedMutex, PHPRedisMutex, PredisMutex, SemaphoreMutex,
TransactionalMutex, MySQLMutex, and PgAdvisoryLockMutex.
|