This file is indexed.

/usr/share/doc/cl-yason/README.md is in cl-yason 0.6.7-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
 6
 7
 8
 9
10
11
12
13
YASON
=====

> YASON is a Common Lisp library for encoding and decoding data in the
> [JSON](https://raw.github.com/hanshuebner/clixdoc/master/clixdoc.xsl)
> interchange format.  JSON is used as a lightweight alternative to
> XML.  YASON has the sole purpose of encoding and decoding data and
> does not impose any object model on the Common Lisp application that
> uses it. It does, however, include an optional feature which enables
> mapping between JSON and either plists or alists with a 1:1
> correspondance.

Please proceed to the [Documentation](http://common-lisp.net/project/yason/)