Download & install
Stable version
Packages for Debian, Ubuntu, Fedora, Gentoo, FreeBSD, NetBSD and ALTLinux are usually available in the distributions few days after a release. There is also 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 Ocsigen Server from sources,
the easiest way is to use the bundle.
But you can download the packages individually here:
eliom-2.0.2.tar.gz
(2011-11-30)
(signature)
eliom-2.0.1.tar.gz
(2011-09-28)
(signature)
eliom-2.0.tar.gz
(2011-09-21)
(signature)
Before version 2, Eliom was distributed with Ocsigen server.
Warning: Eliom needs Js_of_ocaml compiled with a specific version of the deriving library:
- first build deriving-ocsigen-0.3b
- then build Js_of_ocaml (>= 1.0.8)
Development version
The sources of the latest development version are available as a
Darcs repository.
Download them using the commands:
darcs get http://ocsigen.org/darcs/eliom.dev/
Browse sources using darcsweb.
