about summary refs log tree commit diff
path: root/lisp/dns/package.lisp
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-01-26T21·06+0000
committerVincent Ambo <tazjin@google.com>2020-01-26T21·06+0000
commit24c2fc8ae1e5c0e2088dbcd0b7ea2d481d85d474 (patch)
treebed638c2dd48f2df2a2227acb0e8c56bcedb3f5b /lisp/dns/package.lisp
parenta2d0b7f3998dded968074da1c282361d512d75a0 (diff)
parent3f9546197e11357ec7c62d225ed2d1820a22ce2f (diff)
Merge branch 'feat/dns-lisp' r/459
Diffstat (limited to 'lisp/dns/package.lisp')
-rw-r--r--lisp/dns/package.lisp4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/dns/package.lisp b/lisp/dns/package.lisp
new file mode 100644
index 0000000000..639d9994aa
--- /dev/null
+++ b/lisp/dns/package.lisp
@@ -0,0 +1,4 @@
+(defpackage #:dns
+  (:documentation "Simple DNS resolver in Common Lisp")
+  (:use #:cl #:iterate #:lisp-binary)
+  (:export #:lookup-txt #:lookup-mx))