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

Update cl-scripting to 0.1

parent 9b2d8ab5
No related branches found
No related tags found
No related merge requests found
Subproject commit d4b064187be2c9cea8d5e687ca9853f66f0ed756
Subproject commit 177b6ae66cf2f96a2560e80ce2622136fd7179a1
(defsystem "asdf-tools"
:description "tools to build, test, maintain and release ASDF itself"
:depends-on ((:version "asdf" "3.1.2")
(:version "inferior-shell" "2.0.2")
(:version "lisp-invocation/all" "1.0.5")
(:version "inferior-shell" "2.0.3")
(:version "lisp-invocation/all" "1.0.9")
(:version "cl-ppcre" "2.0.4")
(:version "optima.ppcre" "1.0")
"cl-scripting"
(:feature :sbcl "sb-introspect"))
(:version "cl-scripting" "0.1")
(:feature :sbcl (:require "sb-introspect")))
:components
((:file "package")
(:file "main" :depends-on ("package"))
......
(defpackage :asdf-tools
(:use :common-lisp :uiop :asdf
:fare-utils :inferior-shell :cl-scripting/failure
:fare-utils :inferior-shell :cl-scripting
:lisp-invocation :lisp-invocation/non-special
:cl-ppcre :optima :optima.ppcre)
(:export)) ;; TODO: export stuff
......
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