stumpwm.stumpwm-contrib/util/lookup/lookup.asd
2021-01-06 01:08:25 -05:00

11 lines
310 B
Common Lisp

;;;; lookup.asd
(asdf:defsystem #:lookup
:serial t
:description "Dictionary/search engine lookup module for StumpWM."
:author "Wojciech S. Gac <wojciech.s.gac@gmail.com>"
:license "GPLv3"
:depends-on (#:stumpwm #:alexandria #:quri)
:components ((:file "package")
(:file "lookup")))