swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2
Raw File
Tip revision: 16c1feff225fbe941a169cd38f59dc46dc6f586a authored by Pierre Boutillier on 08 April 2020, 08:53:27 UTC
P2P: move errors to services
Tip revision: 16c1fef
version.sh
#! /bin/sh

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

ocaml_version=4.09.1
opam_version=2.0

## Please update `.gitlab-ci.yml` accordingly
## full_opam_repository is a commit hash of the public OPAM repository, i.e.
## https://github.com/ocaml/opam-repository
full_opam_repository_tag=e7a02ec1b7c8fdfd71c834549fa71eb3b984a9fa

## opam_repository is an additional, tezos-specific opam repository.
opam_repository_tag=b81783bc01f71a6f66ae2f63b302bdd0f240f01b
opam_repository_url=https://gitlab.com/tezos/opam-repository.git
opam_repository=$opam_repository_url\#$opam_repository_tag
back to top