Files
gentoo/dev-libs/dqlite/metadata.xml
Joonas Niilola f45170a65e dev-libs/dqlite: drop myself as a maintainer
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2025-03-31 15:48:28 +03:00

18 lines
726 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription>
dqlite is a C library that implements an embeddable and replicated SQL
database engine with high-availability and automatic failover.
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">canonical/dqlite</remote-id>
</upstream>
</pkgmetadata>