We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128de27 commit bf7a30eCopy full SHA for bf7a30e
local-projects.lisp
@@ -114,3 +114,7 @@ to use the local project directory and cache to find systems."
114
"Force a scan of the local projects directory to create the system
115
file index."
116
(map nil 'make-system-index *local-project-directories*))
117
+
118
+(defun list-local-systems ()
119
+ "Return a list of local project system names."
120
+ (mapcar #'pathname-name (list-local-projects)))
package.lisp
@@ -284,7 +284,8 @@
284
#:register-local-projects
285
#:local-projects-searcher
286
#:*local-project-directories*
287
- #:list-local-projects))
+ #:list-local-projects
288
+ #:list-local-systems))
289
290
(in-package #:quicklisp-client)
291
0 commit comments