source: trunk/abcl/contrib/abcl-introspect/abcl-introspect.asd @ 15341

Last change on this file since 15341 was 15341, checked in by Mark Evenson, 3 years ago

1.7.1: metadata for abcl-1.7.1

File size: 478 bytes
Line 
1;;;; -*- Mode: LISP -*-
2(defsystem abcl-introspect
3  :author ("Alan Ruttenberg" "Mark Evenson")
4  :description "Introspection on compiled function to aid source location and other debugging functions."
5  :long-description "<urn:abcl.org/release/1.7.1/contrib/abcl-introspect#>"
6  :version "2.0.0"
7  :depends-on (jss)
8  :components ((:file "abcl-introspect")
9         (:file "stacktrace")
10               (:file "util"))
11  :in-order-to ((test-op (test-op abcl-introspect-test))))
12
Note: See TracBrowser for help on using the repository browser.