source: branches/typed-asm/abcl/contrib/asdf-jar/asdf-jar.asd

Last change on this file was 14305, checked in by Mark Evenson, 12 years ago

Merge r14301 to trunk | mevenson | 2012-12-06 21:17:24 +0100 (Thu, 06 Dec 2012) | 5 lines

doc: Start annotating all the places we need to change things with RDF.
Do

TODO: grovel through the source tree to find all textual lines
containing probable RDF statements.

File size: 350 bytes
Line 
1;;;; -*- Mode: LISP -*-
2(in-package :asdf)                     
3
4(defsystem :asdf-jar
5  :author "Mark Evenson"
6  :version "0.2.1"
7  :description "<> asdf:defsystem <urn:abcl.org/release/1.1.0/contrib/asdf-jar#0.2.1>
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.