This file is indexed.

/var/lib/ocaml/lintian/libfindlib-ocaml-dev.META.num is in libfindlib-ocaml-dev 1.7.3-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
# Specification for the "num" library:
requires = "num.core"
requires(toploop) = "num.core,num-top"
version = "[distributed with Ocaml]"
description = "Arbitrary-precision rational arithmetic"
directory = "^"
package "core" (
  version = "[internal]"
  browse_interfaces = " Unit name: Arith_flags Unit name: Arith_status Unit name: Big_int Unit name: Int_misc Unit name: Nat Unit name: Num Unit name: Ratio "
  archive(byte) = "nums.cma"
  archive(native) = "nums.cmxa"
  plugin(byte) = "nums.cma"
  plugin(native) = "nums.cmxs"
)