swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2
Raw File
Tip revision: a7617f527df9471f01104e0352b5fdb643d9917d authored by Milo Davis on 13 December 2017, 13:34:33 UTC
Michelson: Contract creation from literal
Tip revision: a7617f5
version.sh
#! /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
back to top