cowsql 1.15.4-1 source package in Ubuntu

Changelog

cowsql (1.15.4-1) unstable; urgency=medium

  * New upstream release
  * d/control: Bump build-dependency on libraft to version 0.20
  * d/control: Set debhelper-compat to 11 to build on older releases

 -- Free Ekanayaka <email address hidden>  Sun, 28 Dec 2023 22:10:32 +0000

Upload details

Uploaded by:
Free Ekanayaka
Uploaded to:
Sid
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-1.dsc 2.0 KiB 8f7191d918c96bee641c5d66b95e33eeaccffedf1c603077be9adc8541eac9c3
cowsql_1.15.4.orig.tar.gz 355.6 KiB cc69aad2527964f8589f9b7db42d66c2d08bc4e7558a5645fd86d44cca08d435
cowsql_1.15.4-1.debian.tar.xz 4.1 KiB f54a5db220bf4f4e08c7cb941cf9a865a12de6fd8a312e35fb002e66fbeb4e67

Available diffs

No changes file available.

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