This file is indexed.

/usr/share/texlive/texmf-dist/tex/luatex/interpreter/interpreter.sty is in texlive-luatex 2012.20120611-5.

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
% This is interpreter.sty, a style file to load
% the Interpreter package in LaTeX. Useful information
% can be found in interpreter-doc.pdf or interpreter-doc.txt.
% 
% Author: Paul Isambert.
% E-mail: zappathustra AT free DOT fr
% Comments and suggestions are welcome.
% Date: December 2011.

\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{interpreter}[2011/12/03 v.1.1 Preprocessing input files on the fly.]
% Needed to prevent LaTeX check input, which would call open_read_file and
% thus remove Interpreter's main function (which is removed as soon as it is
% used).
\expandafter\let\expandafter\interpreterinput\csname @@input\endcsname
\input interpreter.tex
\endinput