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

Baptize this version 1.0.0 after bugs fixed while testing ASDF.

parent 7e3396f4
No related branches found
No related tags found
No related merge requests found
...@@ -3,14 +3,12 @@ ...@@ -3,14 +3,12 @@
;;; ;;; ;;; ;;;
;;; Free Software available under an MIT-style license. See LICENSE ;;; ;;; Free Software available under an MIT-style license. See LICENSE ;;;
;;; ;;; ;;; ;;;
;;; Copyright (c) 2008-2012 ITA Software, Inc. All rights reserved. ;;; ;;; Copyright (c) 2008 ITA Software, Inc. All rights reserved. ;;;
;;; ;;; ;;; ;;;
;;; Original author: Francois-Rene Rideau ;;; ;;; Original author: Francois-Rene Rideau ;;;
;;; ;;; ;;; ;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(in-package :asdf)
(defsystem :lisp-invocation (defsystem :lisp-invocation
:author ("Francois-Rene Rideau") :author ("Francois-Rene Rideau")
:maintainer "Francois-Rene Rideau" :maintainer "Francois-Rene Rideau"
...@@ -19,6 +17,6 @@ ...@@ -19,6 +17,6 @@
:long-description "lisp-invocation allows you to portably execute Lisp code :long-description "lisp-invocation allows you to portably execute Lisp code
as subprocesses of a current Lisp process. as subprocesses of a current Lisp process.
All known command-line accessible Common Lisp implementations are supported." All known command-line accessible Common Lisp implementations are supported."
:depends-on (#-asdf3 :uiop) :version "1.0.0"
:components :depends-on (#-asdf3 :uiop)
((:file "lisp-invocation"))) :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