Finish all features (for now)

This commit is contained in:
2025-10-25 17:52:38 -07:00
parent 946ccaa449
commit 41d89d5587
14 changed files with 1466 additions and 648 deletions

View File

@ -8,7 +8,12 @@
:depends-on (#:cl-xdg-trash #:cl-ppcre #:clingon)
:serial t
:components
((:file "clash"))
((:file "format")
(:file "parse-date")
(:file "clash"))
:build-operation "program-op"
:build-pathname "clash"
:entry-point "clash:toplevel")
:entry-point "clash:toplevel"
:long-description
#.(uiop:read-file-string
(uiop:subpathname *load-pathname* "README.md")))