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

Changelog

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

  * New upstream release
  * d/control:
    - Add myself to Uploaders
    - Declare compliance with Debian Policy 4.6.0 (no change)
    - Update Section to golang
    - Update Build-Depends and Depends
  * Update d/rules to set CGO_LDFLAGS_ALLOW
  * Add patches to fix tests (Closes: #981680)

 -- Mathias Gibbens <email address hidden>  Fri, 26 Nov 2021 12:51:47 +0100

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
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-canonical-go-dqlite_1.10.1-1.dsc 2.7 KiB 1ef9ebdc772eac1b829689c86643cc13e797f55dbaf1e622f8a178971d3c8d1d
golang-github-canonical-go-dqlite_1.10.1.orig.tar.gz 101.7 KiB c41b726eceac5d01d5f5836c3506c1b367385ec0523851ebef1a35d9287e4b01
golang-github-canonical-go-dqlite_1.10.1-1.debian.tar.xz 4.4 KiB 7533cb219dd47f74adcda7e8e37f2fe4ecd947c88138fd8de1fd76ef4395c69a

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.