Changeset 14301 for branches/1.1.x/contrib/README.markdown
- Timestamp:
- 12/06/12 20:17:24 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1.x/contrib/README.markdown
r14259 r14301 15 15 asdf-jar 16 16 17 Package ASDF system definitions into JVM artifacts for distribution 17 Package ASDF system definitions into JVM artifacts for 18 distribution 18 19 19 20 … … 22 23 A higher-order, more Lisp oriented interface for constructing Lisp 23 24 interfaces to existing binary code libraries available for the JVM 24 built on the primitives provided by the JAVA package. 25 built on the primitives provided by the JAVA package. Used in the 26 [lsw2][] Semantic Web package for dealing with OWL2 ontologies in 27 RDF(S) and other notations. 28 29 [lsw2]: http://code.google.com/p/lsw2/ 25 30 26 31 jfli 27 32 28 The "original" higher-order JVM inter opdescended from Rich33 The "original" higher-order JVM interface descended from Rich 29 34 Hickey's work on the JVM before Clojure. This implementation 30 35 currently uses a fork of the public [JFLI][] API that uses the 31 36 java interop of the ABCL JAVA package instead of the JNI 32 interface. 37 interface. 33 38 34 39 [jfli]: http://sourceforge.net/projects/jfli/ 40 41 quicklisp-abcl 42 43 Stub for loading Quicklisp from main repository if not locally 44 present. Must currently be invoked with the force option: 35 45 46 CL-USER> (asdf:load-system :quicklisp-abcl :force t) 36 47 37 48 mvn 38 --- 39 40 A collection of various useful JVM artifacts downloaded and cached by 41 the Aether Maven connector. Requires the maven-3.0.3 executable "mvn" 42 (or "mvn.bat" under MSFT Windows) to be in the current processes's path. 49 A collection of various useful JVM artifacts downloaded and cached by 50 the Aether Maven connector. Requires the maven-3.0.3 executable "mvn" 51 (or "mvn.bat" under MSFT Windows) to be in the current processes's 52 path. 43 53 44 jna 45 Cache, from the network if necessary, the jna-3.4.0.jar in 46 the current JVM process, allowing the bootstrapping of 47 dynamically linking to shared executables on the host platform. 54 mvn currently includes only the single artifact: 55 56 jna 57 Cache, from the network if necessary, the jna-3.4.0.jar in 58 the current JVM process, allowing the bootstrapping of 59 dynamically linking to shared executables on the host platform. 48 60 49 61 … … 57 69 Deprecated, use Quicklisp from the REPL via 58 70 59 CL-USER> (load "http s://beta.quicklisp.org/quicklisp.lisp")71 CL-USER> (load "http://beta.quicklisp.org/quicklisp.lisp") 60 72 61 73 instead. … … 65 77 Mark <evenson.not.org@gmail.com> 66 78 Created: 2011-09-11 67 Revised: 2012-11-28 79 Revised: 2012-12-06 80 <> abcl:documents <release#abcl-contrib.jar> . 68 81 69 82
Note: See TracChangeset
for help on using the changeset viewer.