This file is indexed.

/var/lib/ocaml/lintian/libreact-ocaml-dev.META.react is in libreact-ocaml-dev 1.2.0-3build1.

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
version = "1.2.0"
description = "Declarative events and signals for OCaml"
archive(byte) = "react.cma"
archive(byte, plugin) = "react.cma"
archive(byte, toploop) += "react_top.cma"
archive(native) = "react.cmxa"
archive(native, plugin) = "react.cmxs"
archive(native, toploop) += "react_top.cmxs"
exists_if = "react.cma"

package "top" (
 description = "Toplevel support for React"
 version = "1.2.0"
 requires = "compiler-libs.toplevel"
 archive(byte) = "react_top.cma"
 archive(byte, plugin) = "react_top.cma"
 archive(native) = "react_top.cmxa"
 archive(native, plugin) = "react_top.cmxs"
 exists_if = "react_top.cma"
)