This file is indexed.

/usr/share/doc/ray/Documentation/COMPILERS.txt is in ray-doc 2.3.1-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
Ray is implemented in C++ 1998 (ISO/IEC 14882:1998).

Ray compiles with:

	- GNU C++ (gcc/g++)
	- clang++/LLVM
	- Microsoft Visual Studio	(some constants must be defined, check the Makefile for -Dstuff)
	- Intel C++ (icpc)
	- pgi (The Portland Group)	(-Wall and -ansi must be removed from the Makefile)
	- pathscale