dqlite 1.16.4-4 source package in Ubuntu

Changelog

dqlite (1.16.4-4) unstable; urgency=medium

  * Cherry-pick upstream fix for nanosecond calculations

 -- Mathias Gibbens <email address hidden>  Fri, 31 May 2024 14:12:00 +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.4-4.dsc 2.0 KiB 4e29ce5bea8ea0daa893a1ea74b79d02e55d45e06f25c98bb6cd5127e973a92e
dqlite_1.16.4.orig.tar.gz 487.4 KiB cb80458409eb13cdb0e6b06f55a41ec1faab76c4b3ed7a60e8062cacbeafea5f
dqlite_1.16.4-4.debian.tar.xz 7.5 KiB 66bdb5ff6d05c98d69b018adaa43681255a07d9677a41b835ce429295ac3eb5c

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