[armedbear-cvs] r13847 - trunk/abcl/contrib

mevenson at common-lisp.net mevenson at common-lisp.net
Fri Feb 3 14:08:21 UTC 2012


Author: mevenson
Date: Fri Feb  3 06:08:20 2012
New Revision: 13847

Log:
abcl-contrib:  Create a top-level README for someone browsing the archive.

Added:
   trunk/abcl/contrib/README.markdown

Added: trunk/abcl/contrib/README.markdown
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/abcl/contrib/README.markdown	Fri Feb  3 06:08:20 2012	(r13847)
@@ -0,0 +1,37 @@
+ABCL-CONTRIB
+============
+
+The contributions to Armed Bear consitute Common Lisp only code that is
+potentially useful for system construction and distribution.
+
+
+abcl-asdf 
+
+    ABCL specific extensions to ASDF, including resolution of binary
+    JVM artifacts cached from the network according to Maven metadata
+    with the derived transitory relationships.
+    
+
+asdf-jar
+
+    Package ASDF system defintions into JVM artifacts for distribution
+    
+
+jss
+    
+   High-order, more Lisp oriented interface to dealing with
+   constructing Lisp interfaces to existing binary code libraries
+   available for the JVM
+   
+
+asdf-install
+    
+    Install ASDF system definitions from the network.  
+    
+    Deprecated, use
+    
+        CL-USER> (load "https://quicklisp.org/quicklisp.lisp")
+       
+    instead.
+
+




More information about the armedbear-cvs mailing list