mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
11 lines
228 B
Common Lisp
Vendored
11 lines
228 B
Common Lisp
Vendored
;;;; hello-clog
|
|
|
|
(asdf:defsystem #:hello-clog
|
|
:description "Hello Clog - Flying Solo"
|
|
|
|
:author "david@botton.com"
|
|
:license "BSD"
|
|
:version "0.0.0"
|
|
:serial t
|
|
:depends-on (#:clog)
|
|
:components ((:file "hello-clog")))
|