/usr/share/common-lisp/source/clx/clx-module.lisp is in cl-clx-sbcl 0.7.4.20160323-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | ;;;(in-package :xlib)
;;;(common-lisp:use-package (list :common-lisp))
(provide :clx)
(load "clx:defsystem.lisp")
(load-clx (translate-logical-pathname "CLX:"))
|