cduce 0.5.4-1 source package in Ubuntu

Changelog

cduce (0.5.4-1) unstable; urgency=low
  * Team upload  * New upstream release  * Bump Standards-Version to 3.9.2 -- Stéphane Glondu <email address hidden>  Mon, 11 Jul 2011 21:22:36 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
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-1.dsc 2.1 KiB 02a2ad02a99c382870a3ec34b53d4dd9555492567ecd4c7006d2b18dcbb204ac
cduce_0.5.4.orig.tar.gz 582.3 KiB 8d853b3961523b2a8fbf9ba9ea98214afae672f4760e6e4e272ab6e614a47c52
cduce_0.5.4-1.debian.tar.gz 6.0 KiB 50b74fa0adb7763e77b463f32044dd88efa5f9554cbbf840b73c1bb12b58c982

No changes file available.

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.