and Xfce too, suggested by Landry.
Moved the file from gnustep-make, while there, remove some outdated
information, and make it better conform to README.template
feedback and OK landry@
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
* rename to ocaml-camlimages from camlimages for consistency
* new MASTER_SITES and DISTFILES naming scheme
* switch to omake
* remove gettext dependency
* remove lablgtk dependency - only needed for examples
* remove ghostscript runtime dependency - only needed for postscript.
From: Christopher Zimmermann <madroach@gmerlin.de>
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.
From: Christopher Zimmermann <madroach@gmerlin.de>
--
Xmlm is an OCaml module for streaming XML IO. It aims at making XML
processing robust and painless. The streaming interface can process
documents without building an in-memory representation. It lets the
programmer translate its data structures to XML documents and
vice-versa. Functions are provided to easily transform arborescent
data structures to/from XML documents.
From Christopher Zimmermann <madroach@gmerlin.de>
--
OCaml-Text is a library for dealing with ``text'', i.e. sequence of
unicode characters, in a convenient way
It supports:
- character encoding/decoding using iconv
- manipulation of text as UTF-8 encoded strings
- localised text functions such as compare, upper, ...
- human readable regular expression inside patterns
* new HOMEPAGE, new MASTER_SITE
* use new CONFIGURE_STYLE=oasis
* rename from cryptokit to ocaml-cryptokit
From: Christopher Zimmermann <madroach@gmerlin.de>
* new MASTER_SITES and HOMEPAGE
* use new PROPERTY ocaml_native
* patch to support install on bytecode-only arch
From: Christopher Zimmermann <madroach@gmerlin.de>
* 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>