golang-github-cowsql-go-cowsql 1.22.0-2ubuntu0.24.04.2 source package in Ubuntu

Changelog

golang-github-cowsql-go-cowsql (1.22.0-2ubuntu0.24.04.2) noble-security; urgency=medium

  * No change rebuild due to golang-1.22 update

 -- Evan Caville <email address hidden>  Fri, 01 Nov 2024 10:08:49 +0100

Upload details

Uploaded by:
Evan Caville
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble updates universe misc
Noble security universe misc

Downloads

File Size SHA-256 Checksum
golang-github-cowsql-go-cowsql_1.22.0.orig.tar.gz 104.0 KiB 38424d38a3fd53a76b704f6ce994c74835cfb35e30a5a90e1bfd32dba901ca0d
golang-github-cowsql-go-cowsql_1.22.0-2ubuntu0.24.04.2.debian.tar.xz 3.9 KiB 4cabd980d64a62142cdd700c14e96d235c345b58c7f10f6accd4ef9591b9b899
golang-github-cowsql-go-cowsql_1.22.0-2ubuntu0.24.04.2.dsc 2.8 KiB 35f0a2fa3309409ac2176687885e8ffecc8d4ecbcfc2b8257bd63170b5fd875f

View changes file

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.