09621f5371
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.
4 lines
150 B
Common Lisp
4 lines
150 B
Common Lisp
(defpackage #:dns
|
|
(:documentation "Simple DNS resolver in Common Lisp")
|
|
(:use #:cl #:iterate #:lisp-binary)
|
|
(:export #:lookup-txt #:lookup-mx))
|