Does not include the enhanced top-level, which will be added in a later update.
From Christopher Zimmermann <madroach@gmerlin.de>
--
Lwt provides very light-weight cooperative threads for OCaml;
``launching'' a thread is a very fast operation, it does not require
a new stack, a new process, or anything else. Moreover context
switches are very fast. In fact, it is so easy that a thread can
be launched for every system call. And composing cooperative threads
will allow highly asynchronous programs.
from Christopher Zimmermann <madroach@gmerlin.de>
--
Zed is an abstract engine for text edition. It can be used for
writing text editors, edition widgets or readline clones.
- do not -Werror due to new warnings in the compiler trigger failures
- install examples
- bump REVISION
From Christopher Zimmermann <madroach@gmerlin.de>, fixes from me
From: Christopher Zimmermann <madroach@gmerlin.de>
--
React is an OCaml module for functional reactive programming (FRP). It
provides support to program with time varying values : declarative
events and signals. React doesn't define any primitive event or
signal, it lets the client chooses the concrete timeline.
React is made of a single, independent, module and distributed under
the BSD3 license.
From: Christopher Zimmermann <madroach@gmerlin.de>
--
Lambda-Term is a cross-platform OCaml library for manipulating the
terminal. It provides abstraction for keys, mouse events, colors as
well as a set of widgets for writing curses oriented applications.
* META info fixed upstream
* move cmxs to PFRAG.native-dynlink
* update ocamlfind sitelib path
* /usr/local/ocaml/site-lib/batteries/ocaml is a script, not executable
* Fix toplevel help system
The path to the documentation is hardcoded at build time.
Therefore DOCROOT may not be prefixed by WRKINST at build time.
From: Christopher Zimmermann <madroach@gmerlin.de>
* BROKEN on all non-native archs for now
* new MASTER_SITE
* clean up Makefile
* remove obsolete patch
* update PLIST
From: Christopher Zimmermann <madroach@gmerlin.de>