Skip to content
Snippets Groups Projects
Commit 2b14e67a authored by Robert Goldman's avatar Robert Goldman
Browse files

Add :version to defsystem grammar as SYSTEM-OPTION.

This is actually a little wrong, because apparently any component in an
ASDF system definition can have a :VERSION.  But I don't know that
versioned dependencies for files, modules, etc. actually work.  I do
know that they haven't been extensively tested.
parent f7ab0c52
No related branches found
No related tags found
No related merge requests found
......@@ -1281,6 +1281,7 @@ system-option := :homepage string
| :mailto string
| :long-name string
| :source-control source-control
| :version version-specifier
source-control := (keyword string)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment