Packages for Debian (and Ubuntu), Gentoo, FreeBSD and NetBSD will soon be available in the distributions. There will also be a Godi package (Godi is a source based distribution of OCaml packages. You should consider using it to simplify the installation if your distribution is missing some OCaml packages).
If you want to compile Lwt from sources,
download latest versions from here:
lwt-1.1.0.tar.gz
(25/06/2008)
(signature)
To compile, read installation intructions in the file README.
The sources of the last development version are available as a
Darcs repository.
Download them using the command:
darcs get http://ocsigen.org/darcs/lwt/
Browse sources using using darcsweb.
Lwt_chan.close_* (ticket #66).
Lwt_pool for creating pools (for example pools
of connections)
Lwt_chan
Lwt_util.map_serial and
Lwt_util.iter_serial
Lwt_preemptive, Lwt_lib and Lwt_ssl in
separate libraries and findlib subpackages so that lwt.cma depends
only on unix.cma.