source: trunk/src/external/pathnames.asd

Last change on this file was 2, checked in by cludwig, 15 years ago

initial upload of isidorus

File size: 468 bytes
Line 
1(defpackage :com.gigamonkeys.pathnames-system (:use :asdf :cl))
2(in-package :com.gigamonkeys.pathnames-system)
3
4(defsystem pathnames
5  :name "pathnames"
6  :author "Peter Seibel <peter@gigamonkeys.com>"
7  :version "1.0"
8  :maintainer "Peter Seibel <peter@gigamonkeys.com>"
9  :licence "BSD"
10  :description "Portable pathname manipulation functions."
11  :long-description ""
12  :components
13  ((:file "packages")
14   (:file "pathnames" :depends-on ("packages"))))
15
16
17       
Note: See TracBrowser for help on using the repository browser.