Qob
GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage
Edit page

领域特定语言

本文檔是關於 [DSL] (https://en.wikipedia.org/wiki/Domain-specific_language)。

🚩 Package contents

🔍 files (&rest patterns)

指定包含在此專案中的檔案清單。

(files "foo.el")
(files "*.el" "core/*.el")

🚩 測試

🔍 script (name command &rest args)

新增內建指令碼及其預設生命週期事件,以及任意指令碼。

(script "test" "echo This is a test!")

🚩 依賴

🔍 source (alias)

🔍 source (name url)

新增一個系統 dist 來安裝相依性。

(source "quicklisp")
(source "quicklisp" "http://beta.quicklisp.org/")

可用別名:

🔍 depends-on (&rest args)

指定此系統的相依性。

(depends-on "fsdb" "https://github.com/billstclair/fsdb" :git)
💡 使用 qob install-deps 指令安裝相依性!