tyxml 2.0.1-1 source package in Ubuntu

Changelog

tyxml (2.0.1-1) unstable; urgency=low

  * New upstream release
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  05 Dec 2011 11:04:58 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian OCaml Maintainers
Architectures:
any all
Section:
ocaml
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe ocaml

Downloads

File Size SHA-256 Checksum
tyxml_2.0.1.orig.tar.gz 102.3 KiB ad6bc8751d87f414d5c12962e8b94f064e3ccfb5af18367a031eabf540ceffb4
tyxml_2.0.1-1.debian.tar.gz 3.3 KiB aa36a5533e2ace5670979f0179cd74dd78dfba6329c414082261cc8406c83612
tyxml_2.0.1-1.dsc 2.1 KiB 306eed0c948935072675f1408e237441c4a47b3de83b1cc7a927f665e8502df3

Available diffs

View changes file

Binary packages built by this source

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

No description available for libtyxml-ocaml in ubuntu quantal.

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

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

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.