diff options
author | mRnea <akannemre@gmail.com> | 2024-08-11 23:07:31 +0300 |
---|---|---|
committer | mRnea <akannemre@gmail.com> | 2024-08-11 23:07:31 +0300 |
commit | 7c5f53ce083bd8030a3eb9bd85d420ea40f2f63c (patch) | |
tree | 9b21b1d06c00a78da220be45aec5ce6508690a08 /cl-forth.asd | |
parent | e75dd92a1fbfab6151b9b3ba17fc63249f7236de (diff) |
command line with clingon (how to use it i dont get it???)
Diffstat (limited to 'cl-forth.asd')
-rw-r--r-- | cl-forth.asd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cl-forth.asd b/cl-forth.asd index f192b5e..6702f90 100644 --- a/cl-forth.asd +++ b/cl-forth.asd @@ -3,7 +3,7 @@ :version "0.1" :author "Emre Akan" :licence "MIT" - :depends-on ("iterate" "cl-fad") + :depends-on ("iterate" "cl-fad" "clingon") :serial t :components ((:file "package") (:file "util") |