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

Merge branch 'master' of http://common-lisp.net/project/asdf/asdf

parents 993054c4 26997f2e
No related branches found
No related tags found
No related merge requests found
...@@ -766,6 +766,8 @@ component-def := ( component-type simple-component-name {option}* ) ...@@ -766,6 +766,8 @@ component-def := ( component-type simple-component-name {option}* )
component-type := :system | :module | :file | :static-file | other-component-type component-type := :system | :module | :file | :static-file | other-component-type
other-component-type := symbol-by-name
dependency-def := simple-component-name dependency-def := simple-component-name
| ( :feature name ) | ( :feature name )
| ( :version simple-component-name version-specifier) | ( :version simple-component-name version-specifier)
...@@ -790,6 +792,14 @@ qual := method qualifier ...@@ -790,6 +792,14 @@ qual := method qualifier
Component names (@code{simple-component-name}) Component names (@code{simple-component-name})
may be either strings or symbols. may be either strings or symbols.
@subsection Component types
Component type names, even if expressed as keywords, will be looked up
by name in the current package and in the asdf package, if not found in
the current package. So a component type @code{my-component-type}, in
the current package @code{my-system-asd} can be specified as
@code{:my-component-type}, or @code{my-component-type}.
@subsection Pathname specifiers @subsection Pathname specifiers
A pathname specifier (@code{pathname-specifier}) A pathname specifier (@code{pathname-specifier})
......
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