This file is indexed.

/usr/lib/ocaml/ppx_tools/META is in libppx-tools-ocaml-dev 0.99.2-4.

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
version = "0.99"
description = "Tools for authors of ppx rewriters and other syntactic tools"
archive(byte) = "ppx_tools.cma"
archive(native) = "ppx_tools.cmxa"
requires = "compiler-libs.common"

package "metaquot" (
  version = "0.99"
  description = "Meta-quotation: Parsetree manipulation using concrete syntax"
  requires = "ppx_tools"
  ppx = "./ppx_metaquot"
)