From 23e5157bd6520713f30c8da2c0c1218ef1140ca7 Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" <rpgoldman@gmail.com> Date: Sun, 23 Feb 2014 16:12:43 -0600 Subject: [PATCH] Document use of :REQUIRE in dependency-def. --- doc/asdf.texinfo | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo index 96da04ea..e4ec528e 100644 --- a/doc/asdf.texinfo +++ b/doc/asdf.texinfo @@ -1011,6 +1011,7 @@ other-component-type := symbol-by-name (@pxref{The defsystem grammar,,Component dependency-def := simple-component-name | ( :feature @var{feature-expression} dependency-def ) | ( :version simple-component-name version-specifier ) + | ( :require module-name ) # ``dependency'' is used in :in-order-to, as opposed to # ``dependency-def'' @@ -1218,6 +1219,11 @@ where significant API incompatibilities are signaled by an increased major numbe @xref{Common attributes of components}. +@subsection Require +@cindex :require dependencies + +Use the implementation's own @code{require} to load the @var{module-name}. + @subsection Using logical pathnames @cindex logical pathnames -- GitLab