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
|
_LIBDIR_
description = "XHTML and HTML5 pages typed with polymorphic variants"
version = "dev"
requires = "netstring"
archive(byte) = "_LIBNAME_.cma"
archive(native) = "_LIBNAME_.cmxa"
package "functor" (
description = "XHTML and HTML5 pages typed with polymorphic variants (Functor version)"
version = "(distributed with _PACKAGENAME_)"
archive(byte) = "_LIBNAME__f.cma"
archive(native) = "_LIBNAME__f.cmxa"
)
package "syntax" (
_SYNTAXDIR_
description = "XHTML and HTML5 syntax extension"
version = "(distributed with _PACKAGENAME_)"
requires(toploop) = "_PACKAGENAME_"
archive(syntax,preprocessor) = "pa__LIBNAME_.cmo"
archive(syntax,toploop) = "pa__LIBNAME_.cmo"
)
package "parser" (
_SYNTAXDIR_
description = "Simple XML parser"
requires = "camlp4.lib"
version = "(distributed with _PACKAGENAME_)"
archive(byte) = "xmllexer.cmo simplexmlparser.cmo"
archive(native) = "xmllexer.cmx simplexmlparser.cmx"
)
package "duce" (
exists_if = "_LIBNAME__duce.cma"
description = "XHTML types for ocamlduce"
requires = "ocamlduce,_PACKAGENAME_"
version = "(distributed with _PACKAGENAME_)"
archive(byte) = "_LIBNAME__duce.cma"
archive(native) = "_LIBNAME__duce.cmxa"
)
|