chiark / gitweb /
Build instructions updated for SBCL with native C callback support
[clg] / tools / clg-tools.asd
CommitLineData
71931357 1;;; -*- Mode: lisp -*-
2
3(defpackage #:clg-tools
73dc6242 4 (:use #:common-lisp #:asdf))
71931357 5
6
7(in-package #:clg-tools)
8
9
10(defsystem clg-tools
71931357 11 :components ((:file "autoexport")
12 (:file "config")
71931357 13 (:file "asdf-extensions")))
14