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.