chiark
/
gitweb
/
~mdw
/
zone
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
zone, frontend: Open up the writing of zones to files.
[zone]
/
zone.asd
1
;;; -*-lisp-*-
2
3
(asdf:defsystem #:zone
4
:description "Generation of DNS zone files"
5
:version "1.0.0"
6
:author "Mark Wooding <mdw@distorted.org.uk>"
7
:depends-on ("mdw" #+ecl "cffi")
8
:components ((:file "net")
9
(:file "zone")
10
(:file "frontend"))
11
:serial t)