1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: nsncd
Section: misc
Priority: optional
Maintainer: Philipp Kern <pkern@debian.org>
Uploaders: Geoffrey Thomas <geofft@ldpreload.com>
Build-Depends: debhelper (>= 13.11.6), dh-exec, cargo, dh-cargo, rustc, pkg-config, librust-anyhow-dev, librust-atoi-dev, librust-slog-dev, librust-slog-async-dev, librust-slog-term-dev, librust-crossbeam-channel-dev, librust-nix-dev, librust-num-derive-dev, librust-num-traits-dev, librust-sd-notify-dev, librust-static-assertions-dev, librust-dns-lookup-dev
Standards-Version: 3.9.8
Homepage: https://github.com/twosigma/nsncd
VCS-Git: https://salsa.debian.org/Debian/nsncd
Rules-Requires-Root: no
Package: nsncd
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Name service non-caching daemon
nsncd implements the NSCD (name-service caching daemon) protocol to
provide out-of-process NSS lookups but does not implement caching.
.
It is designed to provide high-performance NSS lookups for programs
that are not using the system libc, while providing semantics as if
NSCD were not being used.
|