This file is indexed.

/usr/lib/ocaml/METAS/META.ocsigen_xhtml is in libocsigen-xhtml-ocaml-dev 1.3.4-2build4.

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
description = "XHTML pages typed with polymorphic variants"
version = "1.3.4"
requires = "netstring"
directory = "/usr/lib/ocaml/ocsigen"
archive(byte) = "xhtml.cma xhtmlpretty.cma"
archive(native) = "xhtml.cmxa xhtmlpretty.cmxa"

package "syntax" (
    description = "XHTML syntax extension"
    version = "1.3.4"
    requires = "ocsigen_xhtml,camlp4"
    archive(syntax,preprocessor) = "xhtmlsyntax.cma"
    archive(syntax,toploop) = "xhtmlsyntax.cma"
)