cduce 0.6.0-1build1 source package in Ubuntu

Changelog

cduce (0.6.0-1build1) wily; urgency=medium

  * No-change ocaml rebuild.

 -- Matthias Klose <email address hidden>  Tue, 01 Sep 2015 11:57:00 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Wily
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cduce_0.6.0.orig.tar.gz 796.3 KiB 28291cceaa219782f0f4cd4c9634a25bc4238e09bdb0e193b8b207ed7eb650bc
cduce_0.6.0-1build1.debian.tar.xz 5.8 KiB 94dd649754cc22f5117edec5430314a27178ccb9b5cb9396d1e32aa091336d93
cduce_0.6.0-1build1.dsc 2.2 KiB e561906387d26e82dcceb56f284d3ac16e88623f8dbbc427afe4ca5852472c67

View changes file

Binary packages built by this source

cduce: No summary available for cduce in ubuntu wily.

No description available for cduce in ubuntu wily.

cduce-dbgsym: debug symbols for package cduce

 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.