chiark / gitweb /
CMUCL will now use LOAD-FOREIGN to load shared libraries instead of the internal...
[clg] / tools / clg-tools.asd
1 ;;; -*- Mode: lisp -*-
2
3 (defpackage #:clg-tools
4   (:use #:common-lisp #:asdf))
5
6
7 (in-package #:clg-tools)
8
9
10 (defsystem clg-tools
11     :components ((:file "autoexport")
12                  (:file "config")
13                  (:file "asdf-extensions")))
14