All Manuals > CLIM 2.0 User Guide > Appendix B: Implementation Specifics

B.2 CLIM Packages

LispWorks and Liquid CL CLIM both make use of the following packages:

The official way to make a package for CLIM is as follows:

(defpackage "MY-CLIM-PACKAGE"  (:use :CLIM-LISP :CLIM :CLIM-SYS))

CLIM 2.0 User Guide - 01 Dec 2021 19:39:02