chiark / gitweb /
zone, net, frontend: Kill trailing whitespaces.
[zone] / zone.asd
CommitLineData
7e282fb5 1;;; -*-lisp-*-
2
d4153073
MW
3(asdf:defsystem #:zone
4 :description "Generation of DNS zone files"
5 :version "1.0.0"
6 :author "Mark Wooding <mdw@distorted.org.uk>"
51a6847e 7 :depends-on ("mdw" #+ecl "cffi")
9c44003b
MW
8 :components ((:file "net")
9 (:file "zone")
7e282fb5 10 (:file "frontend"))
11 :serial t)