This file is indexed.

/var/lib/ocaml/lintian/libsexplib-ocaml-dev.META.sexplib is in libsexplib-ocaml-dev 113.33.03-3ubuntu2.

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
21
22
23
24
25
26
27
28
29
30
version = "113.33.03"
description = "Library for serializing OCaml values to and from S-expressions"
requires = "bigarray"
archive(byte  ) = "sexplib.cma"
archive(native) = "sexplib.cmxa"
plugin(byte  ) = "sexplib.cma"
plugin(native) = "sexplib.cmxs"
exists_if = "sexplib.cma"

package "num" (
  version = "113.33.03"
  description = ""
  requires = "num sexplib"
  archive(byte  ) = "sexplib_num.cma"
  archive(native) = "sexplib_num.cmxa"
  plugin(byte  ) = "sexplib_num.cma"
  plugin(native) = "sexplib_num.cmxs"
  exists_if = "sexplib_num.cma"
)

package "unix" (
  version = "113.33.03"
  description = ""
  requires = "sexplib unix"
  archive(byte  ) = "sexplib_unix.cma"
  archive(native) = "sexplib_unix.cmxa"
  plugin(byte  ) = "sexplib_unix.cma"
  plugin(native) = "sexplib_unix.cmxs"
  exists_if = "sexplib_unix.cma"
)