golang-github-cowsql-go-cowsql 1.22.0-2 source package in Ubuntu

Changelog

golang-github-cowsql-go-cowsql (1.22.0-2) unstable; urgency=medium

  * Source-only upload for migration

 -- Mathias Gibbens <email address hidden>  Thu, 28 Dec 2023 01:39:47 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
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-cowsql-go-cowsql_1.22.0-2.dsc 2.7 KiB f359966095dff65900fbaaf5c185e8066720c59891cd6b8f35f58f9fab267459
golang-github-cowsql-go-cowsql_1.22.0.orig.tar.gz 104.0 KiB 38424d38a3fd53a76b704f6ce994c74835cfb35e30a5a90e1bfd32dba901ca0d
golang-github-cowsql-go-cowsql_1.22.0-2.debian.tar.xz 3.7 KiB f602fa45d5efc32b05e3d7e9be81e801dc699b52c72cebb593259c7cd6f26d6a

Available diffs

No changes file available.

Binary packages built by this source

go-cowsql: Pure-Go cowsql client

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

go-cowsql-dbgsym: debug symbols for go-cowsql
golang-github-cowsql-go-cowsql-dev: Go bindings for libcowsql

 Go-cowsql provides bindings for the cowsql (https://cowsql.dev)
 C library and a pure-Go client for the cowsql wire protocol.
 .
 Documentation is available at
 http://godoc.org/github.com/cowsql/go-cowsql.