summaryrefslogtreecommitdiff
path: root/dev-ml/tyxml/metadata.xml
blob: b5df5a62610973190c7c4a5bced2fc2fab5151e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>ml@gentoo.org</email>
    <name>ML</name>
  </maintainer>
  <longdescription>
		TyXML provides a set of convenient combinators that uses the OCaml
		type system to ensure the validity of the generated documents. TyXML
		can be used with any representation of HTML and SVG: the textual one,
		provided directly by this package, or DOM trees (js_of_ocaml-tyxml)
		virtual DOM (virtual-dom) and reactive or replicated trees (eliom).
		You can also create your own representation and use it to instantiate
		a new set of combinators.
	</longdescription>
  <upstream>
    <bugs-to>https://github.com/ocsigen/tyxml/issues/</bugs-to>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>