metadata.xml 723 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <longdescription lang="en">
  5. This is an alternative C driver for MongoDB, with slightly different
  6. goals than the official one:
  7. libmongo-client is meant to be a stable (API, ABI and quality alike),
  8. clean, well documented and well tested shared library, that strives
  9. to make the most common use cases as convenient as possible.
  10. </longdescription>
  11. <slots>
  12. <subslots>Reflect ABI of libmongo-client.so.</subslots>
  13. </slots>
  14. <upstream>
  15. <remote-id type="github">algernon/libmongo-client</remote-id>
  16. </upstream>
  17. </pkgmetadata>