Opam: add compiler version contraints

This commit is contained in:
Grégoire Henry 2017-12-06 19:51:52 +01:00 committed by Grégoire
parent d2708740c8
commit 38ca0b8ad0
2 changed files with 5 additions and 0 deletions

View File

@ -22,3 +22,5 @@ build: [
build-test: [
[ "jbuilder" "runtest" "-p" name "-j" jobs ]
]
## ocaml-version should be in sync with `script/version.sh`
available: [ ocaml-version = "4.04.2" ]

View File

@ -1,4 +1,7 @@
#! /bin/sh
## `ocaml-verions` should be in sync with
## `lib.protocol-compiler/tezos-protocol-compiler.opam`
alpine_version=3.6
ocaml_version=4.04.2