~ubuntu-branches/ubuntu/vivid/php-nrk-predis/vivid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Cyril Bouthors
  • Date: 2014-11-14 12:25:44 UTC
  • Revision ID: package-import@ubuntu.com-20141114122544-boh5j70c5f32rv0a
Tags: 1.0.0-1
* New upstream release
* Rename package to php-nrk-predis (closes: #739670).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: php-nrk-predis
 
2
Section: php
 
3
Priority: optional
 
4
Maintainer: Cyril Bouthors <cyb@debian.org>
 
5
Uploaders: Cyril Bouthors <cyril@boutho.rs>
 
6
Build-Depends: debhelper (>= 8.0.0)
 
7
Standards-Version: 3.9.6
 
8
Homepage: https://github.com/nrk/predis
 
9
 
 
10
Package: php-nrk-predis
 
11
Architecture: any
 
12
Depends: ${shlibs:Depends}, ${misc:Depends}
 
13
Provides: libphp-predis
 
14
Replaces: libphp-predis
 
15
Conflicts: libphp-predis
 
16
Description: Flexible and feature-complete PHP client library for the Redis key-value store
 
17
 The library does not require any additional extension loaded in PHP but it can
 
18
 be optionally paired with the phpiredis (https://github.com/nrk/phpiredis)
 
19
 C-based extension to lower the overhead of serializing and parsing the Redis
 
20
 protocol. Predis is also available in an asynchronous fashion through the
 
21
 experimental client provided by the Predis\Async
 
22
 (http://github.com/nrk/predis-async) library.
 
23
 .
 
24
 For a list of frequently asked questions about Predis see our FAQ
 
25
 (https://github.com/nrk/predis/blob/master/FAQ.md). More details are available
 
26
 on the official wiki (http://wiki.github.com/nrk/predis) of the project.