This file is indexed.

/usr/lib/ocaml/comparelib/META is in libcompare-camlp4-dev 113.00.00-2build1.

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
15
16
17
18
19
20
21
# OASIS_START
# DO NOT EDIT (digest: 7e850e4d047634a02f5c9f1da7aa6e8a)
version = "113.00.00"
description =
"Syntax extension for deriving \"compare\" functions automatically."
archive(byte) = "comparelib.cma"
archive(byte, plugin) = "comparelib.cma"
archive(native) = "comparelib.cmxa"
archive(native, plugin) = "comparelib.cmxs"
exists_if = "comparelib.cma"
package "syntax" (
 version = "113.00.00"
 description = "Syntax extension for \"with compare\""
 requires = "camlp4 type_conv comparelib"
 archive(syntax, preprocessor) = "pa_compare.cma"
 archive(syntax, toploop) = "pa_compare.cma"
 archive(syntax, preprocessor, native) = "pa_compare.cmxa"
 archive(syntax, preprocessor, native, plugin) = "pa_compare.cmxs"
 exists_if = "pa_compare.cma"
)
# OASIS_STOP