Skip to content

Releases: ocaml/opam

2.0.6

Choose a tag to compare

@rjbou rjbou released this 16 Jan 10:23
4ec3c60

This is the release of opam 2.0.6.

This minor release contains mainly fixes, please see the changelog for details, and blog post for upgrade instructions.

Binaries and full archive are signed by @AltGr.

2.0.5

Choose a tag to compare

@rjbou rjbou released this 11 Jul 08:24
2b2e2c6

This is the release of opam 2.0.5.

This minor release contains mainly fixes, please see the changelog for details, and blog post for upgrade instructions.

Binaries and full archive are signed by @AltGr.

2.0.4

Choose a tag to compare

@rjbou rjbou released this 10 Apr 15:03
d687193

This is the release of opam 2.0.4.

This minor release contains mainly fixes, please see the changelog for details, and blog post for upgrade instructions.

Binaries and full archive are signed by @AltGr.

2.0.3

Choose a tag to compare

@rjbou rjbou released this 31 Jan 14:12
5f5e8bd

This is the release of opam 2.0.3.

This minor release contains mainly fixes, please see the changelog for details, and blog post for upgrade instructions.

2.0.2

Choose a tag to compare

@AltGr AltGr released this 13 Dec 00:11
1109a14

This is the release of opam 2.0.2.

This minor release contains mainly fixes, plese see the changelog for details, and blog post for upgrade instructions.

Binaries and full archive are signed by @AltGr.

2.0.1

Choose a tag to compare

@AltGr AltGr released this 19 Oct 07:39

This is the release of opam 2.0.1.

This minor release contains mainly fixes.

Binaries and full archive are signed by @AltGr.

2.0.0

Choose a tag to compare

@rjbou rjbou released this 18 Sep 09:50
b2b8f1e

This is the release of opam 2.0.0.

See the Upgrade Guide for an overview of changes.

2.0.0~rc4 FINAL

2.0.0~rc4 FINAL Pre-release
Pre-release

Choose a tag to compare

@AltGr AltGr released this 24 Jul 12:08
b2b8f1e

This is the final release of opam 2.0.0.

Since there is a repository format change involved from our last stable release 1.2.0, we are leaving a few weeks for things to settle before officially switching the official package repository to 2.0.0 format. This release remains tagged as rc4 in the meantime.

You are encouraged to switch as soon as you see fit:

  • there is already a 2.0.0 branch in the official repository, that is automatically used by opam 2, and automatically updated.
  • opam 2.0.0 can read 1.2.0 repositories and package definition files transparently.
  • on the other hand, once the switch is made, new packages will appear only on opam 2.0.0. Backports to the 1.2.0 repository will be limited.

See the Upgrade Guide to get started with opam 2.0 and see what is new.

One more release candidate for opam 2.0.0

Choose a tag to compare

@AltGr AltGr released this 19 Jun 08:27
d5327ef
  • A bunch of fixes over rc2
  • A new opam switch link SWITCH [DIR] command to bind a directory to a switch
  • A new opam install --assume-built option to install through opam packages that have been built by hand

2.0.0~rc2

2.0.0~rc2 Pre-release
Pre-release

Choose a tag to compare

@AltGr AltGr released this 17 May 13:45

This new release candidate for opam 2.0.0 fixes many small issues with the previous one, is much faster in many areas, and brings sandboxing of package commands (enabled by default) on macOS and Linux.

opam init now also provides the option to setup a hook in your shell such that the environment is synchronised at every prompt, avoiding the need for ever running eval $(opam env). This is particularly useful when working with local switches.