Skip to content
Snippets Groups Projects
Commit 9a08fb0d authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Minimal documentation for :homepage option, etc.

parent 25fc2380
No related branches found
No related tags found
No related merge requests found
......@@ -1257,9 +1257,19 @@ system-definition := ( defsystem system-designator @var{system-option}* )
system-option := :defsystem-depends-on system-list
| :weakly-depends-on @var{system-list}
| :class class-name (see discussion below)
| system-option
| module-option
| option
# These are only available since ASDF3 (actually its alpha release 2.27)
system-option := :homepage string
| :bug-tracker string
| :mailto string
| :long-name string
| :source-control source-control
source-control := (keyword string)
module-option := :components component-list
| :serial [ t | nil ]
......
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