mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 10:31:34 -08:00
3 lines
174 B
Common Lisp
3 lines
174 B
Common Lisp
;;; define here how to load eventual, not yet installed dependencies
|
|
;;; (for cross-compiling only)
|
|
(ql:quickload :clog) ; requires this fork: https://github.com/pls153/clog
|