nsncd
The name service non-caching daemon
This package provides nscd
, a daemon compatible that proxies lookups, compatible with the GNU C Library's nscd
, but without caching. It can be used in situations where you want to make an application use NSS plugins available to a different libc than the one the application will load.
- Versions: 1.5.1
- Website: https://github.com/twosigma/nsncd
- Licenses: ASL 2.0
- Package source: gnu/packages/nss.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of nsncd
as follows:
guix install nsncd
Or install a particular version:
guix install nsncd@1.5.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of nsncd about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/nsncd'><img src='https://packages.guix.gnu.org/packages/nsncd/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/nsncd)
Example Org:
[[https://packages.guix.gnu.org/packages/nsncd][https://packages.guix.gnu.org/packages/nsncd/badges/latest-version.svg]]