Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
qitab
lisp-invocation
Commits
cae5fb1b
Commit
cae5fb1b
authored
Jun 13, 2014
by
Francois-Rene Rideau
Browse files
1.0.2.1: tweak the .asd file to require uiop 3.1.2 or later.
parent
2a7e6a91
Changes
1
Hide whitespace changes
Inline
Side-by-side
lisp-invocation.asd
View file @
cae5fb1b
...
...
@@ -17,6 +17,6 @@
:long-description
"lisp-invocation allows you to portably execute Lisp code
as subprocesses of a current Lisp process.
All known command-line accessible Common Lisp implementations are supported."
:version
"1.0.2"
:depends-on
(
#-
asdf3
"uiop"
)
:version
"1.0.2
.1
"
:depends-on
(
#-
asdf3
.1
(
:version
"uiop"
"3.1.2"
)
)
:components
((
:file
"lisp-invocation"
)))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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