Binary package “libcf-ocaml-dev” in ubuntu trusty

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.