Changeset 14843


Ignore:
Timestamp:
11/09/15 11:30:28 (8 years ago)
Author:
Mark Evenson
Message:

doc: note correct version of JNA, describe other contribs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/doc/manual/abcl.tex

    r14775 r14843  
    12431243        \begin{enumerate}
    12441244          \item \code{jna}
    1245             Dynamically load 'jna.jar' version 4.0.0
     1245            Dynamically load 'jna.jar' version 4.1.0
    12461246            from the network \footnote{This loading can be inhibited
    12471247              if, at runtime, the Java class corresponding
     
    12491249        \end{enumerate}
    12501250      \item \code{quicklisp-abcl} Boot a local Quicklisp installation
    1251         via the ASDF:IRI type introduced bia ABCL-ASDF.
    1252 
    1253 \begin{listing-lisp}
    1254 CL-USER> (asdf:load-system :quicklisp-abcl)
    1255 \end{listing-lisp}
    1256 
     1251        via the ASDF:IRI type introduced via ABCL-ASDF.
     1252
     1253      \item \code{jfli} A descendent of Rich Hickey's pre-Clojure work
     1254        on the JVM.
     1255      \item \code{jss} Introduces dynamic inspection of present
     1256        symbols via the \code{SHARPSIGN-DOUBLE-QUOTE} macros as Java Syntax
     1257        Sucks
     1258      \item \code{asdf-install} DEPRECATED.  Scheduled for removal in 1.4.0.
    12571259\end{enumerate}
    12581260
Note: See TracChangeset for help on using the changeset viewer.