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

Update .asd files.

parent 773dea80
No related branches found
No related tags found
No related merge requests found
;;; -*- Lisp -*-
(defsystem :inferior-shell-test
;; adding inferior-shell *second* makes things work on asdf 1&2(!):
:depends-on (:inferior-shell/test :inferior-shell))
;;; -*- Lisp -*- ;;; -*- Lisp -*-
(defsystem "inferior-shell" (defsystem "inferior-shell"
:version "2.0.3.1"
:description "spawn local or remote processes and shell pipes" :description "spawn local or remote processes and shell pipes"
:version "2.0.3" :author "Francois-Rene Rideau"
:license "MIT"
:defsystem-depends-on (:asdf #-asdf3 "uiop") :defsystem-depends-on (:asdf #-asdf3 "uiop")
:depends-on ((:version #+asdf3 "asdf" #-asdf3 "uiop" "3.0.3") ; input and error-output redirection :depends-on ((:version #+asdf3 "asdf" #-asdf3 "uiop" "3.0.3") ; input and error-output redirection
#+sbcl "sb-posix" #+sbcl "sb-posix"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment