This file is indexed.

/usr/share/logol/prolog/SWI-README is in logol 1.6.10-1build1.

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
/opt/local/bin/swipl -f swi-logol.pro

Create sav file:
/opt/local/bin/swipl -g "compile('swi-logol'),qsave_program('logol.sav'),halt."

Create exe:
/opt/local/bin/swipl-ld  -initfile swi-logol.pl -o logol.exe -v  logolSwiMain.c  sicstus.pl logol.pl