cowsql 1.15.4-1ubuntu2 source package in Ubuntu

Changelog

cowsql (1.15.4-1ubuntu2) noble; urgency=medium

  * Disable flaky promotion test which passes or fails inconsistently across
    several architectures

 -- Dave Jones <email address hidden>  Tue, 26 Mar 2024 13:35:05 +0000

Upload details

Uploaded by:
Dave Jones
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cowsql_1.15.4.orig.tar.gz 355.6 KiB cc69aad2527964f8589f9b7db42d66c2d08bc4e7558a5645fd86d44cca08d435
cowsql_1.15.4-1ubuntu2.debian.tar.xz 5.9 KiB 19249ee18af56d322af400abf9b5d3cc201bb1b459b8c344e55a4f2695dae610
cowsql_1.15.4-1ubuntu2.dsc 2.1 KiB 2aac49fdeb421349ece82d955965ae4eab601bd6e8aa6027f75299166744118e

View changes file

Binary packages built by this source

libcowsql-dev: Embeddable, replicated and fault tolerant SQL engine - development files

 Embeddable SQL database engine with high availability and automatic failover.
 .
 The cowsql library extends SQLite with a network protocol that can connect
 together various instances of your application and have them act as a
 highly-available cluster, with no dependency on external databases. The
 name "cowsql" loosely refers to the "pets vs. cattle" concept, since it's
 generally fine to delete or rebuild a particular node of an application that
 uses cowsql for data storage.
 .
 This package contains the development headers and library files needed to
 compile programs using cowsql.

libcowsql0: Embeddable, replicated and fault tolerant SQL engine - shared library

 Embeddable SQL database engine with high availability and automatic failover.
 .
 The cowsql library extends SQLite with a network protocol that can connect
 together various instances of your application and have them act as a
 highly-available cluster, with no dependency on external databases. The
 name "cowsql" loosely refers to the "pets vs. cattle" concept, since it's
 generally fine to delete or rebuild a particular node of an application that
 uses cowsql for data storage.
 .
 This package contains the C library needed to run executables that use cowsql.

libcowsql0-dbgsym: debug symbols for libcowsql0