dqlite 1.16.0-3 source package in Ubuntu

Changelog

dqlite (1.16.0-3) unstable; urgency=medium

  * Add d/patches/0002-skip-flaky-tests-on-ppc64el (Closes: #1055079)

 -- Free Ekanayaka <email address hidden>  Fri, 03 Nov 2023 16:14:15 +0000

Upload details

Uploaded by:
Free Ekanayaka
Uploaded to:
Sid
Original maintainer:
Free Ekanayaka
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dqlite_1.16.0-3.dsc 2.0 KiB 2383edf1fae6a513d6af2135b27341df93810d929ad190fd7aadb5299ba77b0f
dqlite_1.16.0.orig.tar.gz 211.7 KiB beb37049b766a2396d81b6128bf386a1f10c5f90b9be64b3fc200902fc59af13
dqlite_1.16.0-3.debian.tar.xz 5.4 KiB 15c7058246fd255bcbc2003aded8f952fd83c0e9df68b91de1fc93d842de9844

Available diffs

No changes file available.

Binary packages built by this source

libdqlite-dev: Embeddable, replicated and fault tolerant SQL engine - development files

 Embeddable 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.
 .
 This package contains the development headers and library files needed to
 compile programs using dqlite.

libdqlite0: Embeddable, replicated and fault tolerant SQL engine - shared library

 Embeddable 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.
 .
 This package contains the C library needed to run executables that use dqlite.

libdqlite0-dbgsym: debug symbols for libdqlite0