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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: redict
Section: database
Priority: optional
Maintainer: Debian Redict Maintainers <team+redict@tracker.debian.org>
Uploaders:
Maytham Alsudany <maytha8thedev@gmail.com>,
Alex Myczko <tar@debian.org>
Build-Depends:
debhelper-compat (= 13),
dpkg-dev (>= 1.17.14),
libhiredict-dev,
libjemalloc-dev [linux-any],
liblua5.1-dev,
liblzf-dev,
libssl-dev,
libsystemd-dev,
lua-bitop-dev,
lua-cjson-dev,
openssl <!nocheck>,
pkgconf,
procps <!nocheck>,
tcl <!nocheck>,
tcl-tls <!nocheck>,
Standards-Version: 4.7.0
Homepage: https://redict.io/
Vcs-Git: https://salsa.debian.org/redict-team/redict.git
Vcs-Browser: https://salsa.debian.org/redict-team/redict
Rules-Requires-Root: no
Package: redict
Architecture: all
Depends:
redict-server (<< ${binary:Version}.1~),
redict-server (>= ${binary:Version}),
${misc:Depends},
Description: Persistent key-value database with network interface (metapackage)
Redict is a distributed, in-memory key/value store (a remote dictionary, if you
will). Redict is an independent fork of Redis OSS 7.2.4 licensed under the
Lesser GNU General Public license (LGPL-3.0-only).
.
This package depends on the redict-server package.
Package: redict-sentinel
Architecture: any
Pre-Depends:
${misc:Pre-Depends},
Depends:
redict-tools (= ${binary:Version}),
${misc:Depends},
Description: Persistent key-value database with network interface (monitoring)
Redict is a distributed, in-memory key/value store (a remote dictionary, if you
will). Redict is an independent fork of Redis OSS 7.2.4 licensed under the
Lesser GNU General Public license (LGPL-3.0-only).
.
This package contains the Redict Sentinel monitoring software.
Package: redict-server
Architecture: any
Pre-Depends:
${misc:Pre-Depends},
Depends:
redict-tools (= ${binary:Version}),
${misc:Depends},
Description: Persistent key-value database with network interface
Redict is a distributed, in-memory key/value store (a remote dictionary, if you
will). Redict is an independent fork of Redis OSS 7.2.4 licensed under the
Lesser GNU General Public license (LGPL-3.0-only).
.
This package contains the Redict database server.
Package: redict-tools
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Suggests:
ruby-redis,
Description: Persistent key-value database with network interface (client)
Redict is a distributed, in-memory key/value store (a remote dictionary, if you
will). Redict is an independent fork of Redis OSS 7.2.4 licensed under the
Lesser GNU General Public license (LGPL-3.0-only).
.
This package contains the command line client and other tools.
|