ocamlduce 3.12.1.0-1build1 source package in Ubuntu

Changelog

ocamlduce (3.12.1.0-1build1) precise; urgency=low

  * Rebuild for OCaml 3.12.1.
 -- Colin Watson <email address hidden>   Fri, 18 Nov 2011 20:59:20 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocamlduce_3.12.1.0.orig.tar.gz 137.0 KiB 3eda11591d9babf9f6fc25f257367cd36fffe3cc03a6b0105a2d49fc62aa91ab
ocamlduce_3.12.1.0-1build1.debian.tar.gz 6.5 KiB b7fc382aa62de480f4c55d9fecb2e387da86da4585aec848907354d58f61c410
ocamlduce_3.12.1.0-1build1.dsc 2.1 KiB 9f02ea9bc4ae4bfa8dd6ee028ac85abc5f48ceba55123f4f1a141bfdb3f1af28

Available diffs

View changes file

Binary packages built by this source

ocamlduce: OCaml extended with XML types

 OCamlDuce is a merger between OCaml and CDuce. It comes as a modified
 version of OCaml which integrates CDuce features: XML expressions,
 regular expression types and patterns, iterators. In particular, it
 extends OCaml with a new kind of values to represent XML documents,
 fragments, tags and Unicode strings.
 .
 OCamlDuce is binary compatible with OCaml: OCaml modules can be used
 with OCamlDuce, and OCamlDuce modules can be used with OCaml ones,
 provided they don't export a feature specifically introduced in
 OCamlDuce.
 .
 This package provides modified versions of the OCaml tools (toplevel,
 native and bytecode compilers, ocamldoc, ocamldep, ocamlfind).

ocamlduce-base: OCaml extended with XML types (runtime)

 OCamlDuce is a merger between OCaml and CDuce. It comes as a modified
 version of OCaml which integrates CDuce features: XML expressions,
 regular expression types and patterns, iterators. In particular, it
 extends OCaml with a new kind of values to represent XML documents,
 fragments, tags and Unicode strings.
 .
 This package provides runtime libraries of OCamlDuce.