source:
tags/1.5.0/tools/abcl-tools.asd
Last change on this file was 15008, checked in by , 8 years ago | |
---|---|
File size: 290 bytes |
Line | |
---|---|
1 | ;;; -*- Mode: LISP; Syntax: COMMON-LISP -*- |
2 | (defsystem abcl-tools |
3 | :version "0.1.0" |
4 | :components ((:module src |
5 | :pathname "" |
6 | :components ((:file "digest") |
7 | (:file "code-grapher"))))) |
8 |
Note: See TracBrowser
for help on using the repository browser.