(asdf:defsystem #:croncal
:description "Generate calendars from crontabs."
:author "Alan Dipert <alan@dipert.org>"
:license "MIT"
:version "1.0.0"
:depends-on (#:iclendar
#:adopt
#:asdf
#:local-time
#:yacc)
:pathname "src/"
:serial t
:components ((:file "package")
(:file "croncal")))