blob: d2751918ea5dcb7f18dab70c886437e31b88656c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>chutzpah@gentoo.org</email>
<name>Patrick McLean</name>
</maintainer>
<longdescription lang="en">
libzbc is a simple library providing functions for manipulating disks
supporting the Zoned Block Command (ZBC) and Zoned-device ATA command
set (ZAC) disks. libzbc implemention is compliant with the latest
drafts of the ZBC and ZAC standards defined by INCITS technical
committee T10 and T13 (respectively).
In addition to supporting ZBC and ZAC disks, libzbc also implements an
emulation mode allowing emulating the behavior of a host-managed zoned
disk using a regular file or a standard block device as backing store.
</longdescription>
<upstream>
<remote-id type="github">westerndigitalcorporation/libzbc</remote-id>
</upstream>
</pkgmetadata>
|