dqlite 1.9.0+git211116-1 source package in Ubuntu
Changelog
dqlite (1.9.0+git211116-1) unstable; urgency=medium * New git snapshot release. -- Laszlo Boszormenyi (GCS) <email address hidden> Wed, 17 Nov 2021 17:59:02 +0100
Upload details
- Uploaded by:
- Laszlo Boszormenyi
- Uploaded to:
- Sid
- Original maintainer:
- Laszlo Boszormenyi
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dqlite_1.9.0+git211116-1.dsc | 1.9 KiB | e67f566451cd61b3ad36bc1151ccb523f72de398f241f00b6c4d904d9d0dc0ca |
dqlite_1.9.0+git211116.orig.tar.xz | 131.7 KiB | 581dc132bf0975a67cdec4f793cd9f98b293024a80b067bf001ccfb57dbef640 |
dqlite_1.9.0+git211116-1.debian.tar.xz | 4.0 KiB | 38c61c3ba5f6a3e6897577cbfc1c1fd41617bd1b2277e0a954e2296f60f56f0e |
Available diffs
No changes file available.
Binary packages built by this source
- libdqlite-dev: Raft Consensus protocol implementation - development files
Fully asynchronous C implementation of the Raft consensus protocol.
.
The library has modular design: its core part implements only the core Raft
algorithm logic, in a fully platform independent way. On top of that, a
pluggable interface defines the I/O implementation for networking
(send/receive RPC messages) and disk persistence (store log entries and
snapshots).
.
This package contains the development headers and library files needed to
compile programs using Raft Consensus protocol.
- libdqlite0: Raft Consensus protocol implementation - shared library
Fully asynchronous C implementation of the Raft consensus protocol.
.
The library has modular design: its core part implements only the core Raft
algorithm logic, in a fully platform independent way. On top of that, a
pluggable interface defines the I/O implementation for networking
(send/receive RPC messages) and disk persistence (store log entries and
snapshots).
.
This package contains the C library needed to run executables that use Raft
Consensus protocol.
- libdqlite0-dbgsym: debug symbols for libdqlite0