binary/binary.asd

11 lines
231 B
Common Lisp

;;;; binary.asd
(asdf:defsystem #:binary
:description "Describe binary here"
:author "Kyle Isom <kyle@metacircular.net>"
:license "MIT License"
:serial t
:components ((:file "package")
(:file "binary")))