diff options
| author | 2025-10-18 10:47:50 +0300 | |
|---|---|---|
| committer | 2025-10-18 10:47:50 +0300 | |
| commit | 6249e0a8c5254e45cf79e3e53824e63e54e18233 (patch) | |
| tree | a1e2a19541d20e83396fdfc0a500c112de4e610b /ukkoclot.asd | |
| parent | Remove unused functions from hash-tables (diff) | |
| download | ukkoclot-6249e0a8c5254e45cf79e3e53824e63e54e18233.tar.gz ukkoclot-6249e0a8c5254e45cf79e3e53824e63e54e18233.tar.xz ukkoclot-6249e0a8c5254e45cf79e3e53824e63e54e18233.zip | |
Make config be a global special variable
Diffstat (limited to 'ukkoclot.asd')
| -rw-r--r-- | ukkoclot.asd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ukkoclot.asd b/ukkoclot.asd index d03f1ce..fb02132 100644 --- a/ukkoclot.asd +++ b/ukkoclot.asd | |||
| @@ -7,13 +7,16 @@ | |||
| 7 | :maintainer "Uko Kokņevičs <perkontevs@gmail.com>" | 7 | :maintainer "Uko Kokņevičs <perkontevs@gmail.com>" |
| 8 | :licence "EUPL-1.2" | 8 | :licence "EUPL-1.2" |
| 9 | ;; TODO: :homepage | 9 | ;; TODO: :homepage |
| 10 | :version "0.0.1" | 10 | :version "0.2.0" |
| 11 | :description "ukkoclot: Ukko's shitty telegram bot" | 11 | :description "ukkoclot: Ukko's shitty telegram bot" |
| 12 | :long-description #.(uiop:read-file-string (uiop:subpathname *load-pathname* "README.md")) | 12 | :long-description #.(uiop:read-file-string (uiop:subpathname *load-pathname* "README.md")) |
| 13 | :pathname "src" | 13 | :pathname "src" |
| 14 | :depends-on (:ukkoclot/main)) | 14 | :depends-on (:ukkoclot/main)) |
| 15 | ;; TODO: :in-order-to ((test-op (test-op ukkoclot-test))) | 15 | ;; TODO: :in-order-to ((test-op (test-op ukkoclot-test))) |
| 16 | 16 | ||
| 17 | (register-system-packages :ukkoclot/config '(:conf)) | ||
| 18 | (register-system-packages :ukkoclot/main '(:ukkoclot)) | ||
| 19 | |||
| 17 | (register-system-packages :closer-mop '(:c2cl)) | 20 | (register-system-packages :closer-mop '(:c2cl)) |
| 18 | (register-system-packages :dexador '(:dex)) | 21 | (register-system-packages :dexador '(:dex)) |
| 19 | (register-system-packages :log4cl '(:log)) | 22 | (register-system-packages :log4cl '(:log)) |