white-tiger/white-tiger.asd

8 lines
192 B
Common Lisp

(defsystem white-tiger
:author "Eric S. Londres"
:description "playing around with cl-tui"
:license "AGPL-3.0"
:pathname "src/"
:components ((:file "white-tiger"))
:depends-on ())