This file is indexed.

/usr/share/awesome/lib/flaw/README is in awesome-extra 2017110501.

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
Flaw is a LUA object oriented library providing a thin abstraction
layer above awesome widgets. It is aimed at being simple and resources
efficient. See <http://david.soulayrol.name/projects/flaw/>.

Flaw requires luafilesystem. To learn more, please read the provided
flaw(7) man page. You can read it without installing it on the system
using one of the following commands:

  man -l flaw.7
  groff -t -mandoc -Tascii flaw.7 | less

Flaw also comes with inline documentation. If you have Luadoc
installed, you can use the following command to extract HTML
documentation pages.

  LUA_PATH="path_toflaw/doclet/html/?;;" luadoc -d html --nofiles *.lua

-- David Soulayrol <david.soulayrol AT gmail DOT net>