summaryrefslogtreecommitdiff
path: root/dev-libs/libmemcached/metadata.xml
blob: 19704eabe331543f8c2c7062843f5a086cd7085e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>robbat2@gentoo.org</email>
  </maintainer>
  <maintainer type="person">
    <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>
  <origin>srcux</origin>
</pkgmetadata>