Meta Configuration of Package libmemcached
1
<package name="libmemcached" project="internetx:php7:current70:extensions">
2
<title>memcached C library and command line tools</title>
3
<description>libmemcached is a C client library to the memcached server
4
(http://danga.com/memcached). It has been designed to be light on memory
5
usage, and provide full access to server side methods.
6
7
It also implements several command line tools:
8
9
memcat - Copy the value of a key to standard output.
10
memflush - Flush the contents of your servers.
11
memrm - Remove a key(s) from the serrver.
12
memstat - Dump the stats of your servers to standard output.
13
memslap - Generate testing loads on a memcached cluster.
14
memcp - Copy files to memcached servers.</description>
15
<build>
16
<disable repository="Fedora_7"/>
17
<disable repository="Fedora_8"/>
18
<disable repository="Fedora_9"/>
19
<disable repository="Fedora_Extras_5"/>
20
<disable repository="Fedora_Extras_6"/>
21
<disable repository="SUSE_Linux_10.0"/>
22
<disable repository="SUSE_Linux_10.1"/>
23
<disable repository="SUSE_Linux_9.3"/>
24
<enable repository="RHEL_6"/>
25
</build>
26
</package>
27