Skip to content
Snippets Groups Projects
Commit b983fd73 authored by Gary King's avatar Gary King
Browse files

commiting changes to asdf.textinfo

parent baecee9c
No related branches found
No related tags found
No related merge requests found
...@@ -337,7 +337,7 @@ option := :components component-list ...@@ -337,7 +337,7 @@ option := :components component-list
| :explain method-form | :explain method-form
| :output-files method-form | :output-files method-form
| :operation-done-p method-form | :operation-done-p method-form
| :depends-on ( {simple-component-name}* ) | :depends-on ( {dependency-def}* )
| :serial [ t | nil ] | :serial [ t | nil ]
| :in-order-to ( {dependency}+ ) | :in-order-to ( {dependency}+ )
...@@ -348,11 +348,18 @@ component-def := simple-component-name ...@@ -348,11 +348,18 @@ component-def := simple-component-name
component-type := :module | :file | :system | other-component-type component-type := :module | :file | :system | other-component-type
dependency-def := simple-component-name
| ( :feature name )
| ( :version simple-component-name version-specifier)
dependency := (dependent-op {requirement}+) dependency := (dependent-op {requirement}+)
requirement := (required-op {required-component}+) requirement := (required-op {required-component}+)
| (feature feature-name) | (feature feature-name)
dependent-op := operation-name dependent-op := operation-name
required-op := operation-name | feature required-op := operation-name | feature
simple-component-name := string
| symbol
@end verbatim @end verbatim
@subsection Serial dependencies @subsection Serial dependencies
......
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