dqlite 1.16.4-1 source package in Ubuntu

Changelog

dqlite (1.16.4-1) unstable; urgency=medium

  * New upstream release
    - Update Build-Depends and Depends
    - Build against internal copy of raft, and drop dependency on libraft
    - Cherry-pick upstream fix for test that could hang forever
  * Update d/copyright
  * Add d/gitlab-ci.yml

 -- Mathias Gibbens <email address hidden>  Fri, 08 Mar 2024 15:03:54 +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.4-1.dsc 2.0 KiB a75d75fbec1849fa70d2e590f39a372ff486cd259775ab25b3070485c389bde3
dqlite_1.16.4.orig.tar.gz 487.4 KiB cb80458409eb13cdb0e6b06f55a41ec1faab76c4b3ed7a60e8062cacbeafea5f
dqlite_1.16.4-1.debian.tar.xz 6.6 KiB 5338b64367f0e8831669523208330d9ffa646b79fe19c85ed12b6495457dd8fb

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