This repository has been archived on 2023-10-05. You can view files and clone it, but cannot push or open issues or pull requests.
out-of-touch-bot/out-of-touch-bot.asd

15 lines
419 B
Common Lisp

;;;; out-of-touch-bot.asd
(asdf:defsystem #:out-of-touch-bot
:description "youre out of touch,, im out of time (time)"
:author "ava fox"
:license "NPLv1+"
:version "0.0.1"
:serial t
:depends-on (#:glacier #:with-user-abort)
:components ((:file "package")
(:file "out-of-touch-bot"))
:entry-point "out-of-touch-bot:main"
:build-operation "program-op"
:build-pathname "bin/oott-bot")