dqlite 1.16.0-2 source package in Ubuntu

Changelog

dqlite (1.16.0-2) unstable; urgency=medium

  * Add d/patches/0001-fix-flaky-time-dependent-tests (Closes: #1055079)

 -- Free Ekanayaka <email address hidden>  Tue, 31 Oct 2023 09:32:18 +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-2.dsc 2.0 KiB 59ef10bd76dfffa6424cbd68d5e553164d34a0a3d4b3b0d169f8bdf0a377adee
dqlite_1.16.0.orig.tar.gz 211.7 KiB beb37049b766a2396d81b6128bf386a1f10c5f90b9be64b3fc200902fc59af13
dqlite_1.16.0-2.debian.tar.xz 4.9 KiB 2ce8fbdecd9513f716ce6174735906aefcf39309a46ec5c583aa4a984e5f31ff

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