cduce 0.5.4-1build1 source package in Ubuntu

Changelog

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

  * Rebuild for new libocamlnet-ocaml-dev ABI.
 -- Colin Watson <email address hidden>   Mon, 24 Oct 2011 11:47:30 +0100

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-1build1.debian.tar.gz 6.0 KiB 64c9e5bf9edfa38a1c8ce663cc7f008a470648b595e4fc308002f0e41149bcf5
cduce_0.5.4-1build1.dsc 2.2 KiB 2fd8293a0ab3dfa7cc236db0ecdc7c3198cc5cbc2b3f20c1d876ee3af0a1078e

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.