gentoo/dev-libs/raft/metadata.xml
Joonas Niilola 52cc74d381
dev-libs/raft: add 0.18.1
- 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>
2023-10-18 19:39:26 +03:00

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>