cowsql 1.15.4-1ubuntu1 source package in Ubuntu

Changelog

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

  * d/p/time_t.patch: Work around time_t now being 64-bit on armhf
    (LP: #2059123)

 -- Dave Jones <email address hidden>  Tue, 26 Mar 2024 11:16:38 +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-1ubuntu1.debian.tar.xz 4.6 KiB e29ce23e931b5c4ed459f04a3641a5c47c145a071f23a4a96b715ec68f8ede12
cowsql_1.15.4-1ubuntu1.dsc 2.1 KiB e90d4227180c14c2d0ec7e7903262b22fc2abfc563ff70de42224fc44fb05f01

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