swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2
Raw File
Tip revision: 7711dfae83e04f10ca709b84d50b9a1a014ae2fc authored by Pietro Abate on 16 April 2019, 18:29:28 UTC
[event logging]: refine dependency to lwt_log
Tip revision: 7711dfa
version.sh
#! /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=ebc2de016e52e8b77f250df174512a793b2fb0e5
full_opam_repository_tag=2952acf6c0736562d1a94c3fd28ff01a8c38d56b
opam_repository_url=https://gitlab.com/tezos/opam-repository.git
opam_repository=$opam_repository_url\#$opam_repository_tag
back to top