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

Changelog

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

  * New upstream release
  * d/control:
    - Update Standards-Version to 4.6.2 (no changes needed)
    - Update Build-Depends and Depends
  * d/rules:
    - Remove previously needed CGO_LDFLAGS_ALLOW environment variable
  * Update years in d/copyright

 -- Mathias Gibbens <email address hidden>  Mon, 30 Oct 2023 21:36:38 +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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-canonical-go-dqlite_1.21.0-1.dsc 2.7 KiB 1af78b12995dec7c38510981fb2a5bca99a41ba354d25b13259257d0bc28dfba
golang-github-canonical-go-dqlite_1.21.0.orig.tar.gz 107.0 KiB 7e0e66815c3d8c80faedcc3c9654b1897a368238c9165798592957ff09bc0329
golang-github-canonical-go-dqlite_1.21.0-1.debian.tar.xz 4.3 KiB 7d0fd8e7fb76e9ffa23ad0b2b02477b7db29588d8cf4cfba760f2b4823e3a27c

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.