/var/lib/ocaml/lintian/libtyxml-ocaml-dev.META.tyxml is in libtyxml-ocaml-dev 3.0.0-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 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | # OASIS_START
# DO NOT EDIT (digest: 8ae4eafe14f97cb32d5f129fea9da8af)
version = "3.0.0"
description = "XHTML and HTML5 pages typed with polymorphic variants"
requires = "str"
archive(byte) = "tyxml.cma"
archive(byte, plugin) = "tyxml.cma"
archive(native) = "tyxml.cmxa"
archive(native, plugin) = "tyxml.cmxs"
exists_if = "tyxml.cma"
package "syntax" (
version = "3.0.0"
description = "XHTML and HTML5 extension"
requires = "camlp4"
archive(syntax, preprocessor) = "pa_tyxml.cma"
archive(syntax, toploop) = "pa_tyxml.cma"
archive(syntax, preprocessor, native) = "pa_tyxml.cmxa"
archive(syntax, preprocessor, native, plugin) = "pa_tyxml.cmxs"
requires(toploop) = "tyxml"
exists_if = "pa_tyxml.cma"
)
package "parser" (
version = "3.0.0"
description = "Simple XML parser"
requires = "camlp4.lib"
archive(byte) = "tymlx_p.cma"
archive(byte, plugin) = "tymlx_p.cma"
archive(native) = "tymlx_p.cmxa"
archive(native, plugin) = "tymlx_p.cmxs"
exists_if = "tymlx_p.cma"
)
package "functor" (
version = "3.0.0"
description =
"XHTML and HTML5 pages typed with polymorphic variants (Functor version)"
archive(byte) = "tyxml_f.cma"
archive(byte, plugin) = "tyxml_f.cma"
archive(native) = "tyxml_f.cmxa"
archive(native, plugin) = "tyxml_f.cmxs"
exists_if = "tyxml_f.cma"
)
# OASIS_STOP
|