This file is indexed.

/usr/lib/ocaml/cairo/META is in libcairo-ocaml-dev 1:1.2.0-5.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 = "cairo-ocaml"
description = "Bindings to the cairo library."
archive(byte) = "cairo.cma"
archive(native) = "cairo.cmxa"
requires = "bigarray"

package "lablgtk2" (
        requires = "cairo lablgtk2"
        archive(byte) = "cairo_lablgtk.cma"
        archive(native) = "cairo_lablgtk.cmxa"
)