This file is indexed.

/usr/lib/ocaml/duppy/META is in libduppy-ocaml-dev 0.5.1-1build5.

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="duppy"
version="0.5.1"
description="OCaml advanced scheduler"
requires="unix threads pcre bigarray "
archive(byte)="duppy.cma"
archive(native)="duppy.cmxa"

package "syntax" (
  description = "Syntactic sugars for Duppy"
  requires = "camlp4"
  version="0.5.1"
  archive(syntax,preprocessor) = "pa_duppy.cmo"
  archive(syntax,toploop) = "pa_duppy.cmo"
)