This file is indexed.

/usr/lib/ocaml/re/META is in libre-ocaml-dev 1.2.1-1build1.

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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# OASIS_START
# DO NOT EDIT (digest: 1967532634a185c8bdb782ac532c962d)
version = "1.2.1"
description = "Pure OCaml regular expression library"
archive(byte) = "re.cma"
archive(byte, plugin) = "re.cma"
archive(native) = "re.cmxa"
archive(native, plugin) = "re.cmxs"
exists_if = "re.cma"
package "str" (
 version = "1.2.1"
 description = "Str-compatible regexps"
 requires = "re re.emacs"
 archive(byte) = "re_str.cma"
 archive(byte, plugin) = "re_str.cma"
 archive(native) = "re_str.cmxa"
 archive(native, plugin) = "re_str.cmxs"
 exists_if = "re_str.cma"
)

package "posix" (
 version = "1.2.1"
 description = "POSIX-compatible regexps"
 requires = "re"
 archive(byte) = "re_posix.cma"
 archive(byte, plugin) = "re_posix.cma"
 archive(native) = "re_posix.cmxa"
 archive(native, plugin) = "re_posix.cmxs"
 exists_if = "re_posix.cma"
)

package "perl" (
 version = "1.2.1"
 description = "Perl-compatible regexps"
 requires = "re"
 archive(byte) = "re_perl.cma"
 archive(byte, plugin) = "re_perl.cma"
 archive(native) = "re_perl.cmxa"
 archive(native, plugin) = "re_perl.cmxs"
 exists_if = "re_perl.cma"
)

package "pcre" (
 version = "1.2.1"
 description = "subset of PCRE using the Re engine"
 requires = "re re.perl"
 archive(byte) = "re_pcre.cma"
 archive(byte, plugin) = "re_pcre.cma"
 archive(native) = "re_pcre.cmxa"
 archive(native, plugin) = "re_pcre.cmxs"
 exists_if = "re_pcre.cma"
)

package "glob" (
 version = "1.2.1"
 description = "Shell glob regexps"
 requires = "re"
 archive(byte) = "re_glob.cma"
 archive(byte, plugin) = "re_glob.cma"
 archive(native) = "re_glob.cmxa"
 archive(native, plugin) = "re_glob.cmxs"
 exists_if = "re_glob.cma"
)

package "emacs" (
 version = "1.2.1"
 description = "Emacs-compatible regexps"
 requires = "re"
 archive(byte) = "re_emacs.cma"
 archive(byte, plugin) = "re_emacs.cma"
 archive(native) = "re_emacs.cmxa"
 archive(native, plugin) = "re_emacs.cmxs"
 exists_if = "re_emacs.cma"
)
# OASIS_STOP