cduce 0.5.4-1build2 source package in Ubuntu

Changelog

cduce (0.5.4-1build2) precise; urgency=low

  * Rebuild for new OCaml library ABIs.
 -- Colin Watson <email address hidden>   Fri, 11 Nov 2011 21:03:00 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cduce_0.5.4.orig.tar.gz 582.3 KiB 8d853b3961523b2a8fbf9ba9ea98214afae672f4760e6e4e272ab6e614a47c52
cduce_0.5.4-1build2.debian.tar.gz 6.0 KiB 3df3a9c6e62b7a88f33d9213dd5d77d0966b5d3a61f037c6b924b3e974a3dfe5
cduce_0.5.4-1build2.dsc 2.2 KiB 918c8c80e7d8c8ab1b9660695985d59847992acffca7e29207e38b062a10de97

Available diffs

View changes file

Binary packages built by this source

cduce: programming language adapted to the manipulation of XML data

 CDuce is a modern programming language adapted to the manipulation of
 XML documents.
 .
 Some of CDuce's peculiar features:
  - XML objects can be manipulated as first-class citizen values:
    elements, sequences, tags, characters and strings, attribute sets;
    sequences of XML elements can be specified by regular expressions,
    which also apply to characters strings;
  - functions themselves are first-class values, they can be
    manipulated, stored in data structure, returned by a function,...;
  - a powerful pattern matching operation can perform complex
    extractions from sequences of XML elements;
  - a rich type algebra, with recursive types and arbitrary boolean
    combinations (union, intersection, complement) allows precise
    definitions of data structures and XML types; general purpose
    types and types constructors are taken seriously (products,
    extensible records, arbitrary precision integers with interval
    constraints, Unicode characters);
  - polymorphism through a natural notion of subtyping, and overloaded
    functions with dynamic dispatch; - an highly-effective type-driven
    compilation schema.
 .
 CDuce is fast, functional, type-safe, and conforms to basic
 standards: Unicode, XML, DTD, Namespaces are fully supported, partial
 support of XML Schema validation is in alpha testing (and
 undocumented) while queries are being implemented.