cowsql 1.15.3-1 source package in Ubuntu

Changelog

cowsql (1.15.3-1) unstable; urgency=medium

  * Initial release (closes: #1052536).

 -- Free Ekanayaka <email address hidden>  Fri, 13 Oct 2023 10:27:10 +0100

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.3-1.dsc 1.9 KiB 43e0fb3f52d3573a137e88c9afb01aa24cf58635017778762e8c2659e625f66f
cowsql_1.15.3.orig.tar.gz 355.7 KiB 869a774dbe9d255ac5abf18c438fc6d83fa4eabc50e67e5cc3c1a86c55f85e1d
cowsql_1.15.3-1.debian.tar.xz 3.9 KiB 2392c114d1fb287fe000a7e9258649260ddf5511518748ef087883cb9c7ad563

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