Skip to content

Releases: ocaml/opam

Release 1.1.0

08 Nov 15:18
Compare
Choose a tag to compare
Release 1.1.0

Release Candidate for 1.1.0

14 Oct 14:44
Compare
Choose a tag to compare
Pre-release

This version features several bug-fixes over the September beta release, and
quite a few stability and usability improvements. Thanks to all beta-testers
who have taken the time to file reports, and helped a lot tackling the
remaining issues.

Beta release of OPAM 1.1.0

20 Sep 09:09
Compare
Choose a tag to compare
Pre-release

Since its first official release last March, we have fixed many bugs and added lots of new features and stability improvements.

New features go from more metadata to the package and compiler descriptions, to improved package pin workflow, through a much faster update algorithm.

First official release

03 Jul 10:38
Compare
Choose a tag to compare

The goal of the first version of OPAM was to get something released that would provide basic package management facilities to the community, but also be designed with distributed open-source design in mind. To that end, OPAM 1.0 supports a remotes mechanism which lets you combine local development trees with other people's remote Git or Darcs repositories. Whenever opam update is run, all the remotes are refreshed and merged, letting you subscribe to other people's compilers and package trees.

This first version is build-system agnostic in the interests of compatibility with the large existing body of third party external source code, and so can't do much in the way of advanced manipulation of the packages.

OPAM 1.0 has been a great success. Since its release, there have been hundreds of external contributions from the community, and over 1000 packages are now contained within the main package repository!