tyxml 2.2.0-2 source package in Ubuntu

Changelog

tyxml (2.2.0-2) unstable; urgency=low


  * Bump Standards-Version to 3.9.4
  * Upload to unstable

 -- Stéphane Glondu <email address hidden>  Thu, 09 May 2013 23:16:00 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any all
Section:
ocaml
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
tyxml_2.2.0-2.dsc 2.1 KiB df93ea063246628f127f89cba2b3c673ec024bb0ad11d35d775429d7d6571c49
tyxml_2.2.0.orig.tar.gz 103.3 KiB 8eab54f5fd7e9f5df3ac894123bd5abb124d741411a0ad5333e5058e44325f84
tyxml_2.2.0-2.debian.tar.gz 3.4 KiB 2ce0efccae0932f7db763b2dcf3f188820e2ffdbb6c651bcf205f26c9f9b3b35

No changes file available.

Binary packages built by this source

libtyxml-ocaml: No summary available for libtyxml-ocaml in ubuntu saucy.

No description available for libtyxml-ocaml in ubuntu saucy.

libtyxml-ocaml-dev: No summary available for libtyxml-ocaml-dev in ubuntu saucy.

No description available for libtyxml-ocaml-dev in ubuntu saucy.

libtyxml-ocaml-doc: typed XML in OCaml (documentation)

 TyXML allows one to build XML trees whose validity is ensured by the
 typechecker. It's based on a translation of XML types into polymorphic
 variants, originally written by Thorsten Ohl. Currently, the
 transcription has been done for XHTML 1.0 and 1.1, HTML5 and SVG
 (partial).
 .
 TyXML also provides a generic printer and some low-level (and
 untyped) iterators over XML trees. The printer has options for
 printing XHTML in more browser-friendly way when served as
 "text/html" (instead of "text/xml"). HTML5 is always printed with
 those options.
 .
 All modules provided by TyXML are also provided in functorial
 interface, where every module is parameterised by the underlying XML
 representation.
 .
 A camlp4 extension, named Pa_tyxml, allows one to write HTML pages or
 HTML fragments with the usual syntax.
 .
 This package contains the documentation of TyXML.