source: tags/1.0.0/abcl/contrib/abcl-asdf/packages.lisp

Last change on this file was 13575, checked in by Mark Evenson, 13 years ago

Update ABCL-ASDF contrib to 0.4.1.

Document functions a bit better. Include an example that can be used
without reference to ASDF.

File size: 300 bytes
Line 
1(defpackage #:abcl-asdf
2  (:use :cl)
3  (:export 
4;;; Public API
5   #:resolve-dependencies
6
7;;; "Internal" API
8   #:satisfy
9   #:as-classpath
10
11   #:resolve-artifact
12
13   #:add-directory-jars-to-class-path
14   #:need-to-add-directory-jar?
15   
16   #:*added-to-classpath*
17   #:*inhibit-add-to-classpath*))
18
Note: See TracBrowser for help on using the repository browser.