This file is indexed.

/usr/lib/ocaml/netunidata/META is in libocamlnet-ocaml-dev 4.0.4-1build3.

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
description = "Ocamlnet - Unicode lookup tables"
version = "4.0.4"
requires = "netstring"
archive(byte) = "netunidata.cma netuniinit.cmo"
archive(native) = "netunidata.cmxa netuniinit.cmx"
archive(native,gprof) = "netunidata.p.cmxa netuniinit.cmx"

package "iso" (
  requires = "netunidata"
  archive(byte) = "netmappings_iso.cmo"
  archive(native) = "netmappings_iso.cmx"
)

package "jp" (
  requires = "netunidata"
  archive(byte) = "netmappings_jp.cmo"
  archive(native) = "netmappings_jp.cmx"
)

package "kr" (
  requires = "netunidata"
  archive(byte) = "netmappings_kr.cmo"
  archive(native) = "netmappings_kr.cmx"
)

package "other" (
  requires = "netunidata"
  archive(byte) = "netmappings_other.cmo"
  archive(native) = "netmappings_other.cmx"
)

package "all" (
  requires = "netunidata.iso netunidata.asn1 netunidata.jp netunidata.kr
              netunidata.other"
)