get-package
builtin-function
(get-package name)
Returns the package corresponding to name. Throws an exception if not found.
make-html > (get-package "bla-bla")
Undefined package: bla-bla
make-html 1 > (get-package :lisp)
it: <Package Name="lisp">