This file is indexed.

/usr/lib/ocaml/flac/META is in libflac-ocaml-dev 0.1.1-3build1.

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
name="flac"
version="0.1.1"
description="OCaml bindings for flac"
requires=" ogg"
archive(byte)="flac.cma"
archive(native)="flac.cmxa"

package "ogg" (
  requires = "flac ogg"
  version = "0.1.1"
  description = "Ogg/flac OCaml encoding/decoding module"
  archive(byte)= "flac.cma"
  archive(native)= "flac.cmxa"
)