| 1 | ABCL-CONTRIB |
|---|
| 2 | ============ |
|---|
| 3 | |
|---|
| 4 | The contributions to Armed Bear constitute Common Lisp only code that |
|---|
| 5 | is potentially useful for system construction and distribution. |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | abcl-asdf |
|---|
| 9 | |
|---|
| 10 | ABCL specific extensions to ASDF, including resolution of binary |
|---|
| 11 | JVM artifacts cached from the network according to Maven metadata |
|---|
| 12 | with the derived transitive relationships. |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | asdf-jar |
|---|
| 16 | |
|---|
| 17 | Package ASDF system definitions into JVM artifacts for |
|---|
| 18 | distribution |
|---|
| 19 | |
|---|
| 20 | |
|---|
| 21 | jss |
|---|
| 22 | |
|---|
| 23 | A higher-order, more Lisp oriented interface for constructing Lisp |
|---|
| 24 | interfaces to existing binary code libraries available for the JVM |
|---|
| 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/ |
|---|
| 30 | |
|---|
| 31 | jfli |
|---|
| 32 | |
|---|
| 33 | The "original" higher-order JVM interface descended from Rich |
|---|
| 34 | Hickey's work on the JVM before Clojure. This implementation |
|---|
| 35 | currently uses a fork of the public [JFLI][] API that uses the |
|---|
| 36 | java interop of the ABCL JAVA package instead of the JNI |
|---|
| 37 | interface. |
|---|
| 38 | |
|---|
| 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: |
|---|
| 45 | |
|---|
| 46 | CL-USER> (asdf:load-system :quicklisp-abcl :force t) |
|---|
| 47 | |
|---|
| 48 | mvn |
|---|
| 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. |
|---|
| 53 | |
|---|
| 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. |
|---|
| 60 | |
|---|
| 61 | |
|---|
| 62 | Deprecated |
|---|
| 63 | ---------- |
|---|
| 64 | |
|---|
| 65 | asdf-install |
|---|
| 66 | |
|---|
| 67 | Install ASDF system definitions from the network. |
|---|
| 68 | |
|---|
| 69 | Deprecated, use Quicklisp from the REPL via |
|---|
| 70 | |
|---|
| 71 | CL-USER> (load "http://beta.quicklisp.org/quicklisp.lisp") |
|---|
| 72 | |
|---|
| 73 | instead. |
|---|
| 74 | |
|---|
| 75 | # Colophon |
|---|
| 76 | |
|---|
| 77 | Mark <evenson.not.org@gmail.com> |
|---|
| 78 | Created: 2011-09-11 |
|---|
| 79 | Revised: 2012-12-06 |
|---|
| 80 | <> abcl:documents <release#abcl-contrib.jar> . |
|---|
| 81 | |
|---|
| 82 | |
|---|
| 83 | |
|---|