This file is indexed.

/usr/share/doc/cl-mcclim/README.Debian is in cl-mcclim 0.9.6.dfsg.cvs20100315-3.

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
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
To actually run CLIM applications, you must provide a backend that implements
the CLIM functionality for a particular graphic environment.  You will most
likely want to use the CLX backend in the first step.

First you need CLX.  For SBCL, CLX is in the package cl-clx-sbcl; for CMUCL,
CLX is a part of the package cmucl-source.  If you have both SBCL and CMUCL
installed, make sure you have installed the CLX package for the system you want
to use McCLIM on.

To compile the McCLIM CLX backend, use

  (asdf:operate 'asdf:load-op :clim)
  (asdf:operate 'asdf:compile-op :clim-clx)

Then you can load it with

  (asdf:operate 'asdf:load-op :clim-clx)

The original McCLIM package contains a lot of material with non-DFSG or unclear
copying conditions.  Those parts were removed from the Debian package.  If
you'd like to volunteer to resolve the licensing problems, please do so.