Changeset 13848
- Timestamp:
- 02/04/12 06:56:01 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/contrib/README.markdown
r13847 r13848 2 2 ============ 3 3 4 The contributions to Armed Bear cons itute Common Lisp only code that is4 The contributions to Armed Bear constitute Common Lisp only code that is 5 5 potentially useful for system construction and distribution. 6 6 … … 10 10 ABCL specific extensions to ASDF, including resolution of binary 11 11 JVM artifacts cached from the network according to Maven metadata 12 with the derived transit oryrelationships.12 with the derived transitive relationships. 13 13 14 14 15 15 asdf-jar 16 16 17 Package ASDF system defin tions into JVM artifacts for distribution17 Package ASDF system definitions into JVM artifacts for distribution 18 18 19 19 20 20 jss 21 21 22 High-order, more Lisp oriented interface to dealing with23 constructing Lisp interfaces to existing binary code libraries24 available for the JVM22 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 25 26 27 Deprecated 28 ---------- 26 29 27 30 asdf-install … … 29 32 Install ASDF system definitions from the network. 30 33 31 Deprecated, use 34 Deprecated, use Quicklisp from the REPL via 32 35 33 CL-USER> (load "http s://quicklisp.org/quicklisp.lisp")36 CL-USER> (load "http://beta.quicklisp.org/quicklisp.lisp") 34 37 35 38 instead.
Note: See TracChangeset
for help on using the changeset viewer.