This file is indexed.

/usr/lib/ocaml/custom_printf/META is in libcustom-printf-camlp4-dev 113.00.00-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
# OASIS_START
# DO NOT EDIT (digest: 8413303b82d261aa7e4d28e240358f52)
version = "113.00.00"
description = "Extension for printf format strings."
archive(byte) = "custom_printf.cma"
archive(byte, plugin) = "custom_printf.cma"
archive(native) = "custom_printf.cmxa"
archive(native, plugin) = "custom_printf.cmxs"
exists_if = "custom_printf.cma"
package "syntax" (
 version = "113.00.00"
 description = "Syntax extension for printf format strings"
 requires = "camlp4 type_conv"
 archive(syntax, preprocessor) = "pa_custom_printf.cma"
 archive(syntax, toploop) = "pa_custom_printf.cma"
 archive(syntax, preprocessor, native) = "pa_custom_printf.cmxa"
 archive(syntax, preprocessor, native, plugin) = "pa_custom_printf.cmxs"
 exists_if = "pa_custom_printf.cma"
)
# OASIS_STOP