source: tags/1.9.1/abcl/contrib/asdf-jar/asdf-jar.asd

Last change on this file was 15664, checked in by Mark Evenson, 16 months ago

1.9.1: metadata for rc-0

File size: 408 bytes
Line 
1;;;; -*- Mode: LISP -*-
2(defsystem asdf-jar
3  :author "Mark Evenson"
4  :description "Packaging ASDF systems into jar files"
5  :long-description "<urn:abcl.org/release/1.9.1/contrib/asdf-jar#>"
6  :version "0.3.2"
7  :components ((:module base
8                        :pathname ""
9                        :components ((:file "asdf-jar")
10                                     (:static-file "README.markdown")))))
Note: See TracBrowser for help on using the repository browser.