mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
- switch upstream away from Canonical. This is a 100 % compatible change for now at least, but our main focus will be incus in the long run so it makes sense to follow the community-maintained libraries as well. See bgo#915960 for details. Closes: https://bugs.gentoo.org/915960 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
26 lines
894 B
XML
26 lines
894 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>juippis@gentoo.org</email>
|
|
<name>Joonas Niilola</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>virtualization@gentoo.org</email>
|
|
<name>Gentoo Virtualization Project</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="zfs">ZFS support</flag>
|
|
</use>
|
|
<longdescription>
|
|
The library has modular design: its core part implements only the core
|
|
Raft algorithm logic, in a fully platform independent way. On top of that,
|
|
a pluggable interface defines the I/O implementation for networking
|
|
(send/receive RPC messages) and disk persistence (store log entries and
|
|
snapshots).
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">cowsql/raft</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|