This file is indexed.

/usr/lib/ocaml/ssl/META is in libssl-ocaml-dev 0.5.2-2.

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
name="Ssl"
version="0.5.2"
description="OCaml bindings to libssl"
requires="unix bytes"
archive(byte) = "ssl.cma"
archive(native) = "ssl.cmxa"
archive(mt,byte) = "ssl_threads.cma"
archive(mt,native) = "ssl_threads.cmxa"