/usr/lib/ocaml/tyxml/META is in libtyxml-ocaml 2.0.1-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 | version = "2.0.1"
description = "XHTML and HTML5 pages typed with polymorphic variants"
requires = "netstring"
archive(byte) = "tyxml.cma"
archive(native) = "tyxml.cmxa"
package "functor" (
description = "XHTML and HTML5 pages typed with polymorphic variants (Functor version)"
version = "(distributed with tyxml)"
archive(byte) = "tyxml_f.cma"
archive(native) = "tyxml_f.cmxa"
)
package "syntax" (
description = "XHTML and HTML5 syntax extension"
version = "(distributed with tyxml)"
requires(toploop) = "tyxml"
archive(preprocessor,syntax) = "pa_tyxml.cmo"
archive(syntax,toploop) = "pa_tyxml.cmo"
)
package "parser" (
description = "Simple XML parser"
requires = "camlp4.lib"
version = "(distributed with tyxml)"
archive(byte) = "xmllexer.cmo simplexmlparser.cmo"
archive(native) = "xmllexer.cmx simplexmlparser.cmx"
)
package "duce" (
exists_if = "tyxml_duce.cma"
description = "XHTML types for ocamlduce"
requires = "ocamlduce,tyxml"
version = "(distributed with tyxml)"
archive(byte) = "tyxml_duce.cma"
archive(native) = "tyxml_duce.cmxa"
)
|