source: tags/1.5.0/contrib/asdf-jar/asdf-jar.asd

Last change on this file was 15008, checked in by Mark Evenson, 7 years ago

Normalize ASDF definitions to follow best practices

c.f. <https://gitlab.common-lisp.net/asdf/asdf/blob/master/doc/best_practices.md>

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.5.0/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.