kaptchapelo/kaptchapelo.asd
2023-08-06 00:07:04 -05:00

4 lines
115 B
Common Lisp

(defsystem "kaptchapelo"
:depends-on ("clack" "quri" "str" "md5" "yason")
:components ((:file "kaptchapelo")))