This file is indexed.

/var/lib/ocaml/lintian/librope-ocaml-dev.META.rope is in librope-ocaml-dev 0.6-1.

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
description = "Ropes (heavyweight strings)"
requires = "bytes"
archive(byte) = "rope.cma"
archive(native) = "rope.cmxa"
plugin(byte) = "rope.cma"
plugin(native) = "rope.cmxs"
package "top" (
  directory = "top"
  description = "Install toplevel (REPL) printers for Rope"
  requires = "bytes
              compiler-libs
              compiler-libs.bytecomp
              compiler-libs.common
              compiler-libs.toplevel
              rope"
  archive(byte) = "rope_top.cma"
  archive(native) = "rope_top.cmxa"
  plugin(byte) = "rope_top.cma"
  plugin(native) = "rope_top.cmxs"
)