tyxml 4.4.0-1build1 source package in Ubuntu

Changelog

tyxml (4.4.0-1build1) hirsute; urgency=medium

  * No-change rebuild for ocaml abi changes.

 -- Matthias Klose <email address hidden>  Wed, 04 Nov 2020 07:13:29 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Hirsute
Original maintainer:
Debian OCaml Maintainers
Architectures:
any all
Section:
ocaml
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
tyxml_4.4.0.orig.tar.gz 121.8 KiB df419d2db0b7f3f3c4ee1b39eca15671eb1783cb39e118c3ad87437b77020efa
tyxml_4.4.0-1build1.debian.tar.xz 3.6 KiB 5b9f26769b8ebaad90969a2c1789697ec37f146f8412717e78bf77c3f9f6f800
tyxml_4.4.0-1build1.dsc 2.1 KiB 2e0fbb97bf7feeaba97df3160d4cdfb656a5f645ef263a3671891622b2ca1be8

View changes file

Binary packages built by this source

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

No description available for libtyxml-ocaml in ubuntu impish.

libtyxml-ocaml-dbgsym: No summary available for libtyxml-ocaml-dbgsym in ubuntu impish.

No description available for libtyxml-ocaml-dbgsym in ubuntu impish.

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

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

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.