source: trunk/abcl/contrib/README.markdown @ 13847

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 
1ABCL-CONTRIB
2============
3
4The contributions to Armed Bear consitute Common Lisp only code that is
5potentially useful for system construction and distribution.
6
7
8abcl-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
15asdf-jar
16
17    Package ASDF system defintions into JVM artifacts for distribution
18   
19
20jss
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
27asdf-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.