This file is indexed.

/usr/lib/ocaml/fileutils/META is in libfileutils-ocaml-dev 0.5.2-1build2.

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: 2980041ae6b330235ad5dc97a9a5f896)
version = "0.5.2"
description = "Functions to manipulate real file (POSIX like) and filename."
requires = "unix"
archive(byte) = "fileutils.cma"
archive(byte, plugin) = "fileutils.cma"
archive(native) = "fileutils.cmxa"
archive(native, plugin) = "fileutils.cmxs"
exists_if = "fileutils.cma"
package "str" (
 version = "0.5.2"
 description = "Functions to manipulate real file (POSIX like) and filename."
 requires = "fileutils str"
 archive(byte) = "fileutils-str.cma"
 archive(byte, plugin) = "fileutils-str.cma"
 archive(native) = "fileutils-str.cmxa"
 archive(native, plugin) = "fileutils-str.cmxs"
 exists_if = "fileutils-str.cma"
)
# OASIS_STOP