Ignore:
Timestamp:
02/04/12 06:56:01 (11 years ago)
Author:
Mark Evenson
Message:

abcl-contrib: Corrections to README.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/contrib/README.markdown

    r13847 r13848  
    22============
    33
    4 The contributions to Armed Bear consitute Common Lisp only code that is
     4The contributions to Armed Bear constitute Common Lisp only code that is
    55potentially useful for system construction and distribution.
    66
     
    1010    ABCL specific extensions to ASDF, including resolution of binary
    1111    JVM artifacts cached from the network according to Maven metadata
    12     with the derived transitory relationships.
     12    with the derived transitive relationships.
    1313   
    1414
    1515asdf-jar
    1616
    17     Package ASDF system defintions into JVM artifacts for distribution
     17    Package ASDF system definitions into JVM artifacts for distribution
    1818   
    1919
    2020jss
    2121   
    22    High-order, more Lisp oriented interface to dealing with
    23    constructing Lisp interfaces to existing binary code libraries
    24    available for the JVM
     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.
    2525   
     26   
     27Deprecated
     28----------
    2629
    2730asdf-install
     
    2932    Install ASDF system definitions from the network. 
    3033   
    31     Deprecated, use
     34    Deprecated, use Quicklisp from the REPL via
    3235   
    33         CL-USER> (load "https://quicklisp.org/quicklisp.lisp")
     36        CL-USER> (load "http://beta.quicklisp.org/quicklisp.lisp")
    3437       
    3538    instead.
Note: See TracChangeset for help on using the changeset viewer.