Changeset 14181
- Timestamp:
- 10/11/12 22:33:03 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/contrib/README.markdown
r14057 r14181 38 38 --- 39 39 40 A collection of various useful JVM artifacts downloaded and cached 41 by the Aether Maven connector. Requires the maven-3.0.4 executable 42 "mvn" (or "mvn.bat') to be in the current processes's path.40 A collection of various useful JVM artifacts downloaded and cached by 41 the Aether Maven connector. Requires the maven-3.0.4 executable "mvn" 42 (or "mvn.bat" under MSFT Windows) to be in the current processes's path. 43 43 44 44 jna 45 Cache, from the network if necessary, the jna-3. 0.9.jar in45 Cache, from the network if necessary, the jna-3.4.0.jar in 46 46 the current JVM process, allowing the bootstrapping of 47 47 dynamically linking to shared executables on the host platform. … … 57 57 Deprecated, use Quicklisp from the REPL via 58 58 59 CL-USER> (load "http ://beta.quicklisp.org/quicklisp.lisp")59 CL-USER> (load "https://beta.quicklisp.org/quicklisp.lisp") 60 60 61 61 instead. … … 65 65 Mark <evenson.not.org@gmail.com> 66 66 Created: 2011-09-11 67 Revised: 2012- 08-0467 Revised: 2012-10-12 68 68 69 69 70
Note: See TracChangeset
for help on using the changeset viewer.