This file is indexed.

/usr/lib/ocaml/parmap/META is in libparmap-ocaml 1.0~rc4-4.

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
version = "1.0-rc4"
name = "parmap"
description = "Parallel map primitive for multicores"
requires = "bigarray unix"
archive(byte) = "parmap.cma"
archive(native) = "parmap.cmxa"
linkopts(byte) = "-cclib -lparmap_stubs"