[armedbear-cvs] r13882 - trunk/abcl/doc/manual
mevenson at common-lisp.net
mevenson at common-lisp.net
Mon Feb 27 20:39:13 UTC 2012
Author: mevenson
Date: Mon Feb 27 12:39:12 2012
New Revision: 13882
Log:
manual: description of ABCL-CONTRIB symbols and their meaning.
Modified:
trunk/abcl/doc/manual/abcl.tex
Modified: trunk/abcl/doc/manual/abcl.tex
==============================================================================
--- trunk/abcl/doc/manual/abcl.tex Mon Feb 27 12:39:10 2012 (r13881)
+++ trunk/abcl/doc/manual/abcl.tex Mon Feb 27 12:39:12 2012 (r13882)
@@ -1013,6 +1013,19 @@
\item{\code{ABCL-CONTRIB}} Locates and pushes the toplevel contents of
``abcl-contrib.jar'' into the \textsc{ASDF} central registry.
+ \begin{enumerate}
+ \item \code{abcl-asdf}
+ Functions for loading JVM artifacts dynamically, hooking into ASDF 2 objects where possible.
+ \item \code{asdf-jar} Package addressable JVM artifacts via
+ \code{abcl-asdf} descriptions as a single binary artifact
+ including recursive dependencies.
+ \item \code{mvn}
+ These systems name common JVM artifacts from the distributed pom.xml graph of Maven Aether:
+ \begin{enumerate}
+ \item \code{jna} Dynamically load 'jna.jar' version 3.0.9 from the network.
+
+ \end{enumeration}
+
\end{description}
The user may extend the \code{CL:REQUIRE} mechanism by pushing
More information about the armedbear-cvs
mailing list