summaryrefslogtreecommitdiff
path: root/dev-libs/cowsql/metadata.xml
blob: 67b2d7b6098160cfcb6c05854ded855bdfae97d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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>
  <longdescription>
    cowsql is a C library that implements an embeddable and replicated SQL 
    database engine with high-availability and automatic failover.

    Cowsql is a fork from dqlite. 
    The acronym "dqlite" stands for "distributed SQLite", meaning that dqlite 
    extends SQLite with a network protocol that can connect together various 
    instances of your application and have them act as a highly-available 
    cluster, with no dependency on external databases.
  </longdescription>
  <origin>srcux</origin>
</pkgmetadata>