swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2
Raw File
Tip revision: eadab57895884958d13c62905614dc40b060c4e4 authored by Raphaƫl Proust on 22 January 2020, 15:42:18 UTC
Stdlib: remove unused functions in utils
Tip revision: eadab57
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=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