This file is indexed.

/var/lib/ocaml/lintian/libppx-sexp-conv-ocaml-dev.META.ppx_sexp_conv is in libppx-sexp-conv-ocaml-dev 113.33.03-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
version = "113.33.03"
description = "Generation of S-expression conversion functions from type definitions"
requires(-ppx_driver) = "ppx_core.for_ppx_deriving ppx_sexp_conv.expander.for_ppx_deriving ppx_type_conv.for_ppx_deriving sexplib"
requires(ppx_driver) = "ppx_core ppx_sexp_conv.expander ppx_type_conv"
requires(ppx_driver,toploop) += "sexplib"
archive(ppx_driver, byte  ) = "ppx_sexp_conv.cma"
archive(ppx_driver, native) = "ppx_sexp_conv.cmxa"
plugin(ppx_driver, byte  ) = "ppx_sexp_conv.cma"
plugin(ppx_driver, native) = "ppx_sexp_conv.cmxs"
exists_if = "ppx_sexp_conv.cma"
ppxopt(-ppx_driver,-custom_ppx) = "ppx_deriving,./ppx_sexp_conv.cma"

package "expander" (
  version = "113.33.03"
  description = "Expander for ppx_sexp_conv"
  requires = "ppx_core"
  archive(byte  ) = "ppx_sexp_conv_expander.cma"
  archive(native) = "ppx_sexp_conv_expander.cmxa"
  plugin(byte  ) = "ppx_sexp_conv_expander.cma"
  plugin(native) = "ppx_sexp_conv_expander.cmxs"
  exists_if = "ppx_sexp_conv_expander.cma"

  # Until this is released: https://github.com/whitequark/ppx_deriving/pull/95
  package "for_ppx_deriving" (
    description = "Don't use this directly"
    error(ppx_driver) = "Cannot use ppx_sexp_conv.expander.for_ppx_deriving when ppx_driver is set"
    requires = "ppx_core.for_ppx_deriving ppx_deriving"
    exists_if = "ppx_sexp_conv_expander.cma"
    ppxopt(-custom_ppx) = "ppx_deriving,./ppx_sexp_conv_expander.cma"
  )
)