Last change
on this file since 13847 was
13847,
checked in by Mark Evenson, 12 years ago
|
abcl-contrib: Create a top-level README for someone browsing the archive.
|
File size:
808 bytes
|
Line | |
---|
1 | ABCL-CONTRIB |
---|
2 | ============ |
---|
3 | |
---|
4 | The contributions to Armed Bear consitute 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 transitory relationships. |
---|
13 | |
---|
14 | |
---|
15 | asdf-jar |
---|
16 | |
---|
17 | Package ASDF system defintions into JVM artifacts for distribution |
---|
18 | |
---|
19 | |
---|
20 | jss |
---|
21 | |
---|
22 | High-order, more Lisp oriented interface to dealing with |
---|
23 | constructing Lisp interfaces to existing binary code libraries |
---|
24 | available for the JVM |
---|
25 | |
---|
26 | |
---|
27 | asdf-install |
---|
28 | |
---|
29 | Install ASDF system definitions from the network. |
---|
30 | |
---|
31 | Deprecated, use |
---|
32 | |
---|
33 | CL-USER> (load "https://quicklisp.org/quicklisp.lisp") |
---|
34 | |
---|
35 | instead. |
---|
36 | |
---|
37 | |
---|
Note: See
TracBrowser
for help on using the repository browser.