This file is indexed.

/usr/lib/ocaml/sha/META is in libsha-ocaml-dev 1.7-2build3.

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
description="SHA-1 and SHA-2 family implementations"
version="1.7"
archive(byte)="sha.cma"
archive(native)="sha.cmxa"

package "sha1" (
  description="SHA-1 Implementation"
  version="1.7"
  archive(byte)="sha1.cma"
  archive(native)="sha1.cmxa"
)

package "sha256" (
  description="SHA-256 Implementation"
  version="1.7"
  archive(byte)="sha256.cma"
  archive(native)="sha256.cmxa"
)

package "sha512" (
  description="SHA-512 Implementation"
  version="1.7"
  archive(byte)="sha512.cma"
  archive(native)="sha512.cmxa"
)