pkg://cduce_0.5.0-2+b2_armel.deb:1618850/control
downloads
Package: cduce
Source: cduce (0.5.0-2)
Version: 0.5.0-2+b2
Architecture: armel
Maintainer: Thomas Petazzoni <thomas.petazzoni@enix.org>
Installed-Size: 4356
Depends: ocaml-nox-3.10.2, ocaml-ulex, libocamlnet-ocaml-dev, libexpat-ocaml-dev, libcurl-ocaml-dev, libc6 (>= 2.7-1), libcurl3-gnutls (>= 7.16.2-1), libexpat1 (>= 1.95.8), libgcc1 (>= 1:4.3), libncurses5 (>= 5.6+20071006-3), libpcre3 (>= 7.4)
Section: interpreters
Priority: optional
Description: 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.