Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Raymond Toy
named-readtables
Commits
3731c8c4
Commit
3731c8c4
authored
Apr 26, 2009
by
Tobias C. Rittweiler
Browse files
Add dependencies to DEFSYSTEM definition.
darcs-hash:20090426170432-f5546-a9312c05b5c28d26e1326659b4deccc02c7059ca.gz
parent
f2ae53c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
named-readtables/named-readtables.asd
View file @
3731c8c4
...
...
@@ -2,11 +2,11 @@
(
defsystem
:named-readtables
:description
"Library that creates a namespace for named readtable akin to the namespace of packages."
:author
"Tobias C. Rittweiler <trittweiler@common-lisp.net>"
:version
"1.0"
:version
"1.0
(unpublished so far)
"
:licence
"BSD"
:serial
t
:components
((
:file
"package"
)
(
:file
"destructure-case"
)
(
:file
"cruft"
)
(
:file
"named-readtables"
)))
\ No newline at end of file
(
:file
"utils"
:depends-on
(
"package"
))
(
:file
"cruft"
:depends-on
(
"package"
"utils"
))
(
:file
"named-readtables"
:depends-on
(
"package"
"utils"
"cruft"
))))
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment