Files
gentoo/dev-libs/cowsql/metadata.xml
Joonas Niilola 0af6de0957 dev-libs/cowsql: new package, add 0_pre20230921
- dependency of app-containers/incus.

Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2023-10-13 20:21:08 +03:00

26 lines
982 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>
<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>
<upstream>
<remote-id type="github">cowsql/cowsql</remote-id>
</upstream>
</pkgmetadata>