This file is indexed.

/usr/lib/ocaml/expect/META is in libexpect-ocaml 0.0.5-1+b3.

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
22
23
24
25
26
27
28
29
30
31
32
# OASIS_START
# DO NOT EDIT (digest: 4aef4e78d484e90c4d957a6717293815)
version = "0.0.5"
description = "Expect-like framework"
requires = "unix batteries"
archive(byte) = "expect.cma"
archive(byte, plugin) = "expect.cma"
archive(native) = "expect.cmxa"
archive(native, plugin) = "expect.cmxs"
exists_if = "expect.cma"
package "str" (
 version = "0.0.5"
 description = "Expect-like framework"
 requires = "expect str"
 archive(byte) = "expect-str.cma"
 archive(byte, plugin) = "expect-str.cma"
 archive(native) = "expect-str.cmxa"
 archive(native, plugin) = "expect-str.cmxs"
 exists_if = "expect-str.cma"
)

package "pcre" (
 version = "0.0.5"
 description = "Expect-like framework"
 requires = "expect pcre"
 archive(byte) = "expect-pcre.cma"
 archive(byte, plugin) = "expect-pcre.cma"
 archive(native) = "expect-pcre.cmxa"
 archive(native, plugin) = "expect-pcre.cmxs"
 exists_if = "expect-pcre.cma"
)
# OASIS_STOP