/var/lib/ocaml/lintian/liblablgtk2-ocaml-dev.META.lablgtk2 is in liblablgtk2-ocaml-dev 2.14.2+dfsg-3.
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 | version="2.14.2"
requires(mt) = "threads"
requires(mt,mt_vm) = "threads.vm"
requires(mt,mt_posix) = "threads.posix"
directory="+lablgtk2"
archive(byte) = "lablgtk.cma"
archive(native) = "lablgtk.cmxa"
archive(byte,mt) += "gtkThread.cmo"
archive(native,mt) += "gtkThread.cmx"
package "init" (
requires = "lablgtk2"
archive(byte) = "gtkInit.cmo"
archive(native) = "gtkInit.cmx"
)
package "glade" (
requires = "lablgtk2"
archive(byte) = "lablglade.cma"
archive(native) = "lablglade.cmxa"
)
package "gtkspell" (
requires = "lablgtk2"
archive(byte) = "lablgtkspell.cma"
archive(native) = "lablgtkspell.cmxa"
)
|