chiark / gitweb /
Initial checkin
[clg] / tools / clg-tools.asd
diff --git a/tools/clg-tools.asd b/tools/clg-tools.asd
new file mode 100644 (file)
index 0000000..1e3d01c
--- /dev/null
@@ -0,0 +1,17 @@
+;;; -*- Mode: lisp -*-
+
+(defpackage #:clg-tools
+  (:use #:common-lisp #:asdf)
+  )
+
+
+(in-package #:clg-tools)
+
+
+(defsystem clg-tools
+    :depends-on (uffi)
+    :components ((:file "autoexport")
+                (:file "config")
+                (:file "sharedlib")
+                (:file "asdf-extensions")))
+