OCaml Package Manager
OPAM is a source-based package manager for OCaml. It supports multiple simultaneous
compiler installations, flexible package constraints, and a Git-friendly development
workflow. Managing your OCaml installation can be as simple as:
opam list # List the available packages
opam install lwt # Install LWT
opam update # Update the package list
...
opam upgrade # Upgrade the installed packages to their latest version
News
14/03/2013 Version 1.0 is out!
15/01/2013 Version 0.9 (BETA release) is out!
14/09/2012 Talk at OUD 2012
[ slides
| video ]
| Last week |
|
473 users
|
|
4226 package installations
|
|
1038 repository updates
|
| Last month |
|
1495 users
|
|
16951 package installations
|
|
4183 repository updates
|