mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
11 lines
310 B
Common Lisp
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")))
|