Raw File
#! /bin/sh

## `ocaml-version` should be in sync with `README.rst` and
## `lib.protocol-compiler/tezos-protocol-compiler.opam`

ocaml_version=4.07.1
opam_version=2.0

## Please update `.gitlab-ci.yml` accordingly
opam_repository_tag=5f775f195983dc7adb0c3591ac495a18d4c5abf5
full_opam_repository_tag=b394cb53d91e5083ebaab5d5d7b94997ad77d716
opam_repository_url=https://gitlab.com/tezos/opam-repository.git
opam_repository=$opam_repository_url\#$opam_repository_tag
back to top