about summary refs log tree commit diff
path: root/users/sterni/clhs-lookup/packages.lisp
blob: d059b96ce9f08c5deb0a74c4799dd3c909de6efb (plain) (blame)
1
2
3
4
5
6
7
8
9
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))