cowsql 1.15.4-1build1 source package in Ubuntu

Changelog

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

  * No-change rebuild against libuv1 t64.

 -- Matthias Klose <email address hidden>  Thu, 14 Mar 2024 19:45:18 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Free Ekanayaka
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-1build1.debian.tar.xz 4.1 KiB 3a27395c2c6d0edf9f94eb31e8410d872e33859699ca8697a6c1f9c1de112604
cowsql_1.15.4-1build1.dsc 2.0 KiB 9db4635ae7ca401cdc9e371aba1cdba48f952f35c7aefe3e0972f1b43e206d2b

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