This package browser is in early development. Mind the rough edges.

ldns 1.8.4

DNS library that facilitates DNS tool programming

LDNS aims to simplify DNS programming, it supports recent RFCs like the DNSSEC documents, and allows developers to easily create software conforming to current RFCs, and experimental software for current Internet Drafts. A secondary benefit of using ldns is speed; ldns is written in C it should be a lot faster than Perl.

Installation

Install ldns 1.8.4 as follows:

guix install ldns@1.8.4

Or install the latest version:

guix install ldns

The ldns package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install ldns:drill
guix install ldns:examples
guix install ldns:pyldns

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.