pagodacf 0.10-3build5 source package in Ubuntu

Changelog

pagodacf (0.10-3build5) precise; urgency=low

  * Rebuild with ocamlopt on armhf.
 -- Colin Watson <email address hidden>   Tue, 24 Jan 2012 10:52:05 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe libs

Downloads

File Size SHA-256 Checksum
pagodacf_0.10.orig.tar.gz 156.3 KiB 0ae3e6afafa28637a2ae2ea7cac29e3f92f9b47d4617f6fea9e739fee7cc9508
pagodacf_0.10-3build5.diff.gz 5.5 KiB 7bacffd3d555099e3f1386d9608f8f7ae6d10b7f95fec03ef46a0a1154579bb6
pagodacf_0.10-3build5.dsc 2.1 KiB c08892461c30c4b88a905f6581dbba6dd1c609753fedef1c822f19315b117318

Available diffs

View changes file

Binary packages built by this source

libcf-ocaml: No summary available for libcf-ocaml in ubuntu quantal.

No description available for libcf-ocaml in ubuntu quantal.

libcf-ocaml-dev: OCaml library with miscellaneous utility functions

 The pagoda core foundation OCaml library provides various modules. Some of
 the highlighted features include:
   - Functional streams and stream processors (extended).
   - Functional bootstrapped skew-binomial heap.
   - Functional red-black binary tree (associative array).
   - Functional sets and maps based on red-black binary tree.
   - Functional real-time catenable deque.
   - Functional LL(x) parsing using state-exception monad.
   - Functional lazy deterministic finite automaton (DFA).
   - Functional lexical analyzer (using lazy DFA and monadic parser).
   - Functional substring list manipulation (message buffer chains).
   - Gregorian calendar date manipulation.
   - Standard time manipulation.
   - System time in Temps Atomique Internationale (TAI).
   - Unicode transcoding.
   - Extended socket interface (supports IPv6 and UDP w/multicast).
   - Universal resource identifier (URI) manipulation.
   - I/O event multiplexing (with Unix.select).
 .
 This package contains all the development stuff you need to use ocaml-mad
 in your programs.