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