/usr/lib/ocaml/tyxml/META is in libtyxml-ocaml 3.5.0-2build1.
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 45 46 47 48 49 50 51 52 53 54 55 56 | # OASIS_START
# DO NOT EDIT (digest: 021d471bb39b23f70df98da6742b16a3)
version = "3.5.0"
description = "HTML5 pages typed with polymorphic variants"
requires = "str uutf"
archive(byte) = "tyxml.cma"
archive(byte, plugin) = "tyxml.cma"
archive(native) = "tyxml.cmxa"
archive(native, plugin) = "tyxml.cmxs"
exists_if = "tyxml.cma"
package "tools" (
version = "3.5.0"
description = "HTML5 pages typed with polymorphic variants"
requires = "bytes"
archive(byte) = "tyxml_tools.cma"
archive(byte, plugin) = "tyxml_tools.cma"
archive(native) = "tyxml_tools.cmxa"
archive(native, plugin) = "tyxml_tools.cmxs"
exists_if = "tyxml_tools.cma"
)
package "syntax" (
version = "3.5.0"
description = "HTML5 and SVG syntax extension"
requires = "bytes 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.5.0"
description = "Simple XML parser"
requires = "bytes 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.5.0"
description =
"HTML5 pages typed with polymorphic variants (Functor version)"
requires = "uutf"
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
|