depot/third_party/tvl/users/sterni/clhs-lookup/packages.lisp

11 lines
222 B
Common Lisp
Raw Normal View History

(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))