summaryrefslogtreecommitdiff
path: root/dev-libs/raft/metadata.xml
blob: 94076382bb1efb4ed1a02f31c80fd253b7a7b457 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?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>