软件包: cduce (0.4.1-1build2) [universe]
cduce 的相关链接
Ubuntu 的资源:
下载源码包 cduce:
维护者:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainers (usually from Debian):
- Thomas Petazzoni
- Stefano Zacchiroli
It should generally not be necessary for users to contact the original maintainer.
相似软件包:
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 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.
其它与 cduce 有关的软件包
|
|
|
-
- dep: libc6 (>= 2.6)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libcurl-ocaml-dev (>= 0.2.1)
- ocaml libcurl bindings
-
- dep: libcurl3-gnutls (>= 7.16.2-1)
- Multi-protocol file transfer library (GnuTLS)
-
- dep: libexpat-ocaml-dev
- ocaml expat bindings
-
- dep: libexpat1 (>= 1.95.8)
- XML parsing C library - runtime library
-
- dep: libkrb53 (>= 1.6.dfsg.1)
- MIT Kerberos runtime libraries
-
- dep: libocamlnet-ocaml-dev (>= 1.1)
- OCaml application-level Internet libraries - core development libraries
-
- dep: libpcre3 (>= 4.5)
- Perl 5 Compatible Regular Expression Library - runtime files
-
- dep: ocaml-nox-3.09.2
- 本虚包由这些包填实: ocaml-nox
-
- dep: ocaml-ulex
- OCaml lexer generator with Unicode support