refactor(lisp/dns): Split package into multiple files
Adds a package definition file and moves the current client into client.lisp Note that the client is not working at all at this commit as this is a work-in-progress snapshot.
This commit is contained in:
parent
29e1de2fd2
commit
09621f5371
4 changed files with 182 additions and 31 deletions
|
|
@ -4,12 +4,15 @@ pkgs.nix.buildLisp.library {
|
|||
name = "dns";
|
||||
|
||||
deps = with pkgs.third_party.lisp; [
|
||||
drakma
|
||||
lisp-binary
|
||||
iterate
|
||||
alexandria
|
||||
cl-json
|
||||
drakma
|
||||
];
|
||||
|
||||
srcs = [
|
||||
./resolver.lisp
|
||||
./package.lisp
|
||||
./client.lisp
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue