easy-format 1.0.0-1build1 source package in Ubuntu

Changelog

easy-format (1.0.0-1build1) oneiric; urgency=low

  * Rebuild to pick up ocaml fixes on armel.
 -- Adam Conrad <email address hidden>   Wed, 24 Aug 2011 16:34:33 -0600

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Oneiric
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
ocaml
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
easy-format_1.0.0.orig.tar.gz 26.3 KiB de1f40affb1c57541b6aa7a6937c5294f4966dd72320595ba95494af0bc67050
easy-format_1.0.0-1build1.debian.tar.gz 3.6 KiB d5b70e248d80d4374bf208a374ee96631a62fc0139dad48c34128df41c2240b3
easy-format_1.0.0-1build1.dsc 1.4 KiB a211473e25d3550a2101d79496ce4d20d52d11c4c27539495b35ebe97e783804

Available diffs

View changes file

Binary packages built by this source

libeasy-format-ocaml: text generation with indentation made easy(ier) for OCaml

 This module offers a simplified interface to the Format module of the
 standard library. Input data must be converted into a tree using 3 kinds
 of nodes: atoms, lists and labelled nodes. Each node is bound to its own
 formatting parameters and a single function call produces the formatted
 output.
 .
 This package contains the shared runtime libraries.

libeasy-format-ocaml-dev: text generation with indentation made easy(ier) for OCaml

 This module offers a simplified interface to the Format module of the
 standard library. Input data must be converted into a tree using 3 kinds
 of nodes: atoms, lists and labelled nodes. Each node is bound to its own
 formatting parameters and a single function call produces the formatted
 output.