This file is indexed.

/usr/lib/ocaml/netstring/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
version = "4.0.4"
requires = "str unix netsys "
description = "Ocamlnet - String processing library"

archive(byte) = 
    "netstring.cma"
archive(byte,toploop) = 
    "netstring.cma netstring_top.cmo"
archive(native) = 
    "netstring.cmxa"
archive(native,gprof) = 
    "netstring.p.cmxa"
archive(byte,-nonetaccel) +=
    "netaccel.cma netaccel_link.cmo"