Installing Ocsigen

All Ocsigen packages are available via opam, the OCaml package manager.

Full-stack Web and mobile apps

For client-server applications with mobile support, start with Ocsigen Start:

$ opam install ocsigen-start

Then read the getting started guide.

Server-side websites

For traditional websites with minimal client-side code, Eliom alone is enough:

$ opam install ocsipersist-sqlite-config eliom

See the server-side programming documentation.

More resources

Browse all tutorials to find the best starting point for your project.