about summary refs log tree commit diff
path: root/users/sterni/clhs-lookup/packages.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'users/sterni/clhs-lookup/packages.lisp')
-rw-r--r--users/sterni/clhs-lookup/packages.lisp10
1 files changed, 10 insertions, 0 deletions
diff --git a/users/sterni/clhs-lookup/packages.lisp b/users/sterni/clhs-lookup/packages.lisp
new file mode 100644
index 0000000000..d059b96ce9
--- /dev/null
+++ b/users/sterni/clhs-lookup/packages.lisp
@@ -0,0 +1,10 @@
+(defpackage :clhs-lookup.clhs-path
+  (:use :cl)
+  (:export :*clhs-path*))
+
+(defpackage clhs-lookup
+  (:use :cl :uiop)
+  (:import-from :clhs-lookup.clhs-path :*clhs-path*)
+  (:export :main
+           :find-symbols-paths))
+