Skip to content

zig bindings for the popular LDNS C library

License

Notifications You must be signed in to change notification settings

skunkwerks/zdns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zdns is a Zig wrapper around ldns.

Only part of the API is currently wrapped, but it is enough for reading a zone file.

Setup

  1. Install libldns.
  2. Add the following to your build.zig (you may need to adjust the path):
    step.linkLibC();
    step.linkSystemLibrary("ldns");
    step.addPackagePath("zdns", "../zdns/src/zdns.zig");
  3. Import with @import("zdns").

About

zig bindings for the popular LDNS C library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages