https://gitlab.com/tezos/tezos
Raw File
Tip revision: b67e5c4113454d40a2955350860079d065e8b1df authored by Marco Stronati on 14 June 2023, 08:37:07 UTC
run only sha256 on abc using:
Tip revision: b67e5c4
tezos-micheline.opam
# This file was automatically generated, do not edit.
# Edit file manifest/main.ml instead.
opam-version: "2.0"
maintainer: "contact@tezos.com"
authors: ["Tezos devteam"]
homepage: "https://www.tezos.com/"
bug-reports: "https://gitlab.com/tezos/tezos/issues"
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
  "dune" { >= "3.0" }
  "ocaml" { >= "4.14" }
  "ppx_expect"
  "uutf"
  "zarith" { >= "1.12" & < "1.13" }
  "zarith_stubs_js"
  "tezos-stdlib"
  "tezos-error-monad"
  "data-encoding" { >= "0.7.1" & < "1.0.0" }
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: internal AST and parser for the Michelson language"
back to top