;;;; timedset.asd (asdf:defsystem #:timedset :description "Timed running" :author "Rin " :license "Public domain" :version "0.0.1" :serial t :depends-on ( #:flan-utils ) :components ((:file "package") (:file "timedset")))