5f161b1d30c5a7c31c9a58f3b3e0bab797219c2f
[sbcl.git] / contrib / sb-grovel / defpackage.lisp
1 (defpackage "SB-GROVEL"
2   (:export "GROVEL-CONSTANTS-FILE")
3   (:shadow "TYPE" "UNION")
4   ;; FIXME: This is a really quick and dirty package lock compliance
5   ;; fix, that should be redone. Specifically, this is needed to address the
6   ;; nasty things done with SB-ALIEN:STRUCT.
7   #+sb-package-locks
8   (:implement "SB-ALIEN")
9   (:use "COMMON-LISP" "SB-ALIEN" "ASDF" "SB-EXT"))