metadata.xml 826 B

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