Domain Specific Language
This document provides a reference on the DSL.
Specify list of files that are included in this project.
(files "foo.el")
(files "*.el" "core/*.el")
Add built-in scripts and their preset life cycle event as well as arbitrary scripts.
(script "test" "echo This is a test!")
Add a system dist to install dependencies from.
(source "quicklisp")
(source "quicklisp" "http://beta.quicklisp.org/")
Available aliases:
quicklisp
(http://beta.quicklisp.org/)ultralisp
(http://dist.ultralisp.org/)
Specify a dependency for this system.
(depends-on "fsdb" "https://github.com/billstclair/fsdb" :git)
π‘ Install dependencies with command qob install-deps!