Source: valkey
Section: database
Priority: optional
Maintainer: Chris Lamb <lamby@debian.org>
Build-Depends:
 debhelper-compat (= 10),
 dpkg-dev (>= 1.17.14),
 libhiredis-dev (>= 0.14.0),
 libjemalloc-dev [linux-any],
 liblua5.1-dev,
 liblzf-dev,
 libssl-dev,
 libsystemd-dev,
 lua-bitop-dev,
 lua-cjson-dev,
 openssl <!nocheck>,
 pkg-config,
 procps <!nocheck>,
 tcl,
 tcl-tls,
Standards-Version: 4.6.1
Rules-Requires-Root: no

Package: valkey
Architecture: all
Depends:
 valkey-server (<< ${binary:Version}.1~),
 valkey-server (>= ${binary:Version}),
 ${misc:Depends},
Description: Persistent key-value database with network interface (metapackage)
 valkey is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. valkey additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.
 .
 The dataset is stored entirely in memory and periodically flushed to disk.
 .
 This package depends on the valkey-server package.

Package: valkey-sentinel
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 lsb-base (>= 3.2-14),
 valkey-tools (= ${binary:Version}),
 ${misc:Depends},
Description: Persistent key-value database with network interface (monitoring)
 valkey is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. valkey additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.
 .
 This package contains the valkey Sentinel monitoring software.

Package: valkey-server
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 lsb-base (>= 3.2-14),
 valkey-tools (= ${binary:Version}),
 ${misc:Depends},
Description: Persistent key-value database with network interface
 valkey is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. valkey additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.
 .
 The dataset is stored entirely in memory and periodically flushed to disk.

Package: valkey-tools
Architecture: any
Depends:
 adduser,
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 ruby-valkey,
Description: Persistent key-value database with network interface (client)
 valkey is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. valkey additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.
 .
 This package contains the command line client and other tools.
