1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: cowsql
Build-Depends: debhelper-compat (= 11), pkgconf, libuv1-dev (>= 1.8.0~), libraft-dev (>= 0.20), libsqlite3-dev (>= 3.22.0~)
Section: devel
Priority: optional
Maintainer: Free Ekanayaka <freee@debian.org>
Uploaders: Mathias Gibbens <gibmat@debian.org>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/cowsql-team/cowsql
Vcs-Git: https://salsa.debian.org/cowsql-team/cowsql.git
Rules-Requires-Root: no
Homepage: https://github.com/cowsql/cowsql
Package: libcowsql0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Description: 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.
Package: libcowsql-dev
Section: libdevel
Architecture: any
Depends: libcowsql0 (= ${binary:Version}), libsqlite3-dev (>= 3.22.0~), ${misc:Depends}
Multi-Arch: same
Description: 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.
|