Last change
on this file since 13848 was
13848,
checked in by Mark Evenson, 11 years ago
|
abcl-contrib: Corrections to README.
|
File size:
914 bytes
|
Line | |
---|
1 | ABCL-CONTRIB |
---|
2 | ============ |
---|
3 | |
---|
4 | The contributions to Armed Bear constitute Common Lisp only code that is |
---|
5 | 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 distribution |
---|
18 | |
---|
19 | |
---|
20 | jss |
---|
21 | |
---|
22 | A higher-order, more Lisp oriented interface for constructing Lisp |
---|
23 | interfaces to existing binary code libraries available for the JVM |
---|
24 | built on the primitives provided by the JAVA package. |
---|
25 | |
---|
26 | |
---|
27 | Deprecated |
---|
28 | ---------- |
---|
29 | |
---|
30 | asdf-install |
---|
31 | |
---|
32 | Install ASDF system definitions from the network. |
---|
33 | |
---|
34 | Deprecated, use Quicklisp from the REPL via |
---|
35 | |
---|
36 | CL-USER> (load "http://beta.quicklisp.org/quicklisp.lisp") |
---|
37 | |
---|
38 | instead. |
---|
39 | |
---|
40 | |
---|
Note: See
TracBrowser
for help on using the repository browser.