2017-01-22 04:59:18 +04:00
|
|
|
#! /bin/sh
|
|
|
|
|
2018-01-18 19:18:55 +04:00
|
|
|
## `ocaml-version` should be in sync with `README.rst` and
|
2017-12-06 22:51:52 +04:00
|
|
|
## `lib.protocol-compiler/tezos-protocol-compiler.opam`
|
|
|
|
|
2017-08-04 20:31:31 +04:00
|
|
|
alpine_version=3.6
|
2018-01-18 19:18:55 +04:00
|
|
|
ocaml_version=4.06.1
|
2018-06-05 19:57:03 +04:00
|
|
|
hidapi_version=0.8.0_rc1
|
2018-06-28 01:49:57 +04:00
|
|
|
opam_version=2.0.0~rc3
|
2018-05-25 11:56:14 +04:00
|
|
|
opam_tag=2.0.0-rc3
|
|
|
|
opam_repository_tag=7db0db5dc53de44d1a0190b1310aa225e04df9ef
|
2018-06-27 14:58:06 +04:00
|
|
|
opam_repository_url=https://gitlab.com/tezos/opam-repository.git
|
2018-05-25 11:56:14 +04:00
|
|
|
opam_repository=$opam_repository_url\#$opam_repository_tag
|