/usr/share/common-lisp/source/curry-compose-reader-macros/package.lisp is in cl-curry-compose-reader-macros 20160318-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 | (defpackage #:curry-compose-reader-macros
(:use :common-lisp :alexandria)
(:export :enable-curry-compose-reader-macros :_))
|