source:
branches/streams/abcl/contrib/asdf-jar/asdf-jar.asd
Last change on this file was 14736, checked in by , 10 years ago | |
---|---|
File size: 349 bytes |
Line | |
---|---|
1 | ;;;; -*- Mode: LISP -*- |
2 | (in-package :asdf) |
3 | |
4 | (defsystem :asdf-jar |
5 | :author "Mark Evenson" |
6 | :version "0.3.2" |
7 | :description "<> asdf:defsystem <urn:abcl.org/release/1.4./contrib/asdf-jar#0.3.2>" |
8 | :components |
9 | ((:module base :pathname "" :components |
10 | ((:file "asdf-jar") |
11 | (:static-file "README.markdown"))))) |
Note: See TracBrowser
for help on using the repository browser.