cduce 0.6.0-1 source package in Ubuntu

Changelog

cduce (0.6.0-1) unstable; urgency=medium


  * New upstream release (Closes: #731818)
  * Update Vcs-*

 -- Stéphane Glondu <email address hidden>  Sat, 15 Mar 2014 09:49:39 +0100

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe interpreters

Downloads

File Size SHA-256 Checksum
cduce_0.6.0-1.dsc 2.2 KiB fef8ff17d36a5bae558d3fdd04b8847622dc4fa34b87816a8e68c328fe44e73e
cduce_0.6.0.orig.tar.gz 796.3 KiB 28291cceaa219782f0f4cd4c9634a25bc4238e09bdb0e193b8b207ed7eb650bc
cduce_0.6.0-1.debian.tar.xz 5.8 KiB f8da58caa7488171107264fc1244a5416975f3817284d5ca0e315e4d535e7ffe

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.