summaryrefslogtreecommitdiff
blob: 3b3006f876c5f468c13afc2ea581e5ae341a5dc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>robbat2@gentoo.org</email>
	</maintainer>
	<maintainer>
		<email>prometheanfire@gentoo.org</email>
	</maintainer>
	<longdescription>
	libmemcached is a C client library to the memcached server
	(http://danga.com/memcached). It has been designed to be light on memory
	usage, thread safe, and provide full access to server side methods.
	</longdescription>
	<use>
		<flag name="hsieh">Use Hsieh hash algorithm.</flag>
		<flag name="libevent">Use the libevent event loop interface.</flag>
		<flag name="sasl">Use sasl auth for communications.</flag>
	</use>
	<upstream>
		<remote-id type="launchpad">libmemcached</remote-id>
	</upstream>
</pkgmetadata>