dqlite 1.16.5-1 source package in Ubuntu

Changelog

dqlite (1.16.5-1) unstable; urgency=medium

  * New upstream release
    - Drop patches applied upstream
    - Bump minimum required version of libuv1 in d/control

 -- Mathias Gibbens <email address hidden>  Fri, 28 Jun 2024 13:24:34 +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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
dqlite_1.16.5-1.dsc 2.0 KiB 2ffe505813aaea5511ff9b82bd7b89ef761ea8db2abeb080b2caeea20b6d6ff1
dqlite_1.16.5.orig.tar.gz 509.4 KiB 7520add1fd7b96343fd8da092d48ab9b197e8851dc6a9ddb339cbf13a0584b50
dqlite_1.16.5-1.debian.tar.xz 5.9 KiB ac3ca00e609a8f7e8501b3f1227107f10888d860e4b143fd1b4ea3715d40cd74

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