backplane-dns/package.lisp

15 lines
332 B
Common Lisp

;;;; package.lisp
(defpackage #:dns-backplane
(:use #:cl)
(:import-from #:arrows
#:->
#:some->)
(:import-from #:alexandria
#:if-let)
(:import-from #:postmodern
#:get-dao
#:select-dao
#:update-dao
#:insert-dao))