Skip to content

Instantly share code, notes, and snippets.

@quicklisp
Last active May 9, 2020 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quicklisp/794d874fe8ef548015734b72bcc964fb to your computer and use it in GitHub Desktop.
Save quicklisp/794d874fe8ef548015734b72bcc964fb to your computer and use it in GitHub Desktop.
(mapcar (lambda (release)
(mapcar (lambda (system-file)
(relative-to release system-file))
(system-files release)))
(provided-releases t))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment