This file is indexed.

/usr/lib/ocaml/batteries/META is in libbatteries-ocaml-dev 2.2-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
name="batteries"
version="2.2"
description="Batteries Included, the stdlib of choice"
requires    ="unix,num,bigarray,str"
requires(mt)+="threads"
archive(toploop)   ="batteries.cma batteriesConfig.cmo batteriesHelp.cmo batteriesPrint.cmo"
archive(toploop,mt)+="batteriesThread.cma"
archive(byte)      ="batteries.cma"
archive(byte,mt)   +="batteriesThread.cma"
archive(native)    ="batteries.cmxa"
archive(native,mt) +="batteriesThread.cmxa"