How to Install and Uninstall cduce Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "cduce" package

Learn how to install cduce on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cduce

2. Uninstall "cduce" package

Here is a brief guide to show you how to uninstall cduce on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cduce $ sudo apt autoclean && sudo apt autoremove

3. Information about the cduce package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cduce
Priority: optional
Section: universe/interpreters
Installed-Size: 158550
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Version: 0.6.0-5
Provides: cduce-t1o83
Depends: libcamlp4-ocaml-dev-p9wj7, libcurl-ocaml-dev-7alu7, libexpat-ocaml-dev-18y95, libocamlnet-ocaml-dev-ttmo7, libpcre-ocaml-dev-ljf26, ocaml-nox-4.02.3, ocaml-ulex-68rw6, libc6 (>= 2.15), libcurl3-gnutls (>= 7.16.2), libexpat1 (>= 2.0.1), libpcre3
Filename: pool/universe/c/cduce/cduce_0.6.0-5_amd64.deb
Size: 12462190
MD5sum: 6ecdc7b3997089d3893b090be0a0477f
SHA1: e07c7c0121c9172b583fbac7717c0e1f04abeb29
SHA256: 7c8f881f2eeebec9b7978e5fe19e10c325e0f32277538cf3fa3da4379d5f1cc5
Description-en: 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.
Description-md5: 6a55add5d282dc8efd7cd60810956784
Homepage: http://www.cduce.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu