golang-github-canonical-go-dqlite 1.11.2-1 source package in Ubuntu

Changelog

golang-github-canonical-go-dqlite (1.11.2-1) unstable; urgency=medium

  * New upstream release
    - Drop patch that's been applied upstream
  * Update Standards-Version in d/control (no changes needed)

 -- Mathias Gibbens <email address hidden>  Fri, 12 Aug 2022 15:20:04 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-canonical-go-dqlite_1.11.2-1.dsc 2.7 KiB 372777dbe0797777f43fe5f39af88503f085e2539c972f6e40c80cfd79e66e66
golang-github-canonical-go-dqlite_1.11.2.orig.tar.gz 101.6 KiB 4c80c499448cff8a537e1ad0f745949a1d9e566bf1d8187c818933e162ca0562
golang-github-canonical-go-dqlite_1.11.2-1.debian.tar.xz 4.2 KiB b13b253746b5b4527bced41f1a2985494c1a3438e37f7e73018eb90e79d0b2ec

Available diffs

No changes file available.

Binary packages built by this source

go-dqlite: Pure-Go dqlite client

 Go-dqlite is a pure-Go dqlite client implementation. 2 binaries are
 provided:
   - dqlite-demo, a demo dqlite application, which exposes a simple
     key/value store over an HTTP API,
   - dqlite, a basic SQLite-like dqlite shell which supports
     normal SQL queries plus the sp ecial .cluster and .leader
     commands to inspect the cluster members and the current leader.

go-dqlite-dbgsym: debug symbols for go-dqlite
golang-github-canonical-go-dqlite-dev: Go bindings for libdqlite

 Go-dqlite provides bindings for the dqlite (https://dqlite.io)
 C library and a pure-Go client for the dqlite wire protocol
 (https://github.com/canonical/dqlite/blob/master/doc/protocol.md).
 .
 Documentation is available at
 http://godoc.org/github.com/canonical/go-dqlite.