This file is indexed.

/var/lib/ocaml/lintian/libipaddr-ocaml-dev.META.ipaddr is in libipaddr-ocaml-dev 2.7.0-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
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# OASIS_START
# DO NOT EDIT (digest: 8c04de6f0f6daada35021ac6a5a08e4a)
version = "2.7.0"
description =
"A library for manipulation of IP (and MAC) address representations"
requires = "bytes sexplib"
archive(byte) = "ipaddr.cma"
archive(byte, plugin) = "ipaddr.cma"
archive(native) = "ipaddr.cmxa"
archive(native, plugin) = "ipaddr.cmxs"
exists_if = "ipaddr.cma"
package "unix" (
 version = "2.7.0"
 description =
 "A library for manipulation of IP (and MAC) address representations"
 requires = "unix ipaddr"
 archive(byte) = "ipaddr_unix.cma"
 archive(byte, plugin) = "ipaddr_unix.cma"
 archive(native) = "ipaddr_unix.cmxa"
 archive(native, plugin) = "ipaddr_unix.cmxs"
 exists_if = "ipaddr_unix.cma"
)

package "top" (
 version = "2.7.0"
 description = "Toplevel printers for IP addresses"
 requires = "ipaddr"
 archive(byte) = "ipaddr_top.cma"
 archive(byte, plugin) = "ipaddr_top.cma"
 archive(native) = "ipaddr_top.cmxa"
 archive(native, plugin) = "ipaddr_top.cmxs"
 exists_if = "ipaddr_top.cma"
)
# OASIS_STOP