Skip to content
Snippets Groups Projects
Commit cae5fb1b authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

1.0.2.1: tweak the .asd file to require uiop 3.1.2 or later.

parent 2a7e6a91
No related branches found
No related tags found
No related merge requests found
......@@ -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")))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment