mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
21 lines
706 B
XML
21 lines
706 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>david-gentoo@reedfam.email</email>
|
|
<name>David Reed</name>
|
|
</maintainer>
|
|
|
|
<longdescription lang="en">
|
|
libuplink is the C interface library for the Storj V3 decentralized storage
|
|
network. It provides a C API for accessing Storj buckets and objects,
|
|
implemented on top of the Go-based uplink library.
|
|
</longdescription>
|
|
|
|
<upstream>
|
|
<remote-id type="github">storj/uplink-c</remote-id>
|
|
<bugs-to>https://github.com/storj/uplink-c/issues</bugs-to>
|
|
<doc>https://docs.storj.io/</doc>
|
|
</upstream>
|
|
</pkgmetadata>
|